ZOOM Windows SDK  5.2.42037.1112
customized_resource_helper_interface.h
Go to the documentation of this file.
1 
6 #ifndef _customiezed_resource_helper_interface_h
7 #define _customiezed_resource_helper_interface_h
8 #include "zoom_sdk_def.h"
9 
10 BEGIN_ZOOM_SDK_NAMESPACE
17 {
26 };
27 
34 {
38 };
39 
42 {
43 public:
48  virtual SDKError AddCustomizedPictureResource(const wchar_t* key_, const wchar_t* absolute_resource_path) = 0;
56  virtual SDKError AddCustomizedStringResource(SDKCustomizedStringType customizedType, const wchar_t* customizedString) = 0;
64  virtual SDKError AddCustomizedURLResource(SDKCustomizedURLType customizedType, const wchar_t* customizedUrl) = 0;
65 };
66 END_ZOOM_SDK_NAMESPACE
67 #endif
ZOOM windows SDK Common Definition File.
Set the custom Learn More URL in the virtual background tab page.
Definition: customized_resource_helper_interface.h:36
The new string must be the same format as "Zoom %d-Minutes Meeting ID: %s" so that it can show correc...
Definition: customized_resource_helper_interface.h:25
The new string must be a pure string so that it can show correctly. This type is used to define a str...
Definition: customized_resource_helper_interface.h:20
The new string must end up with "%s" so that the menu item can show correctly. This type is used to d...
Definition: customized_resource_helper_interface.h:18
The new string must end up with "%s" so that the menu item can show correctly. This type is used to d...
Definition: customized_resource_helper_interface.h:19
SDKError
SDK error types. Here are more detailed structural descriptions.
Definition: zoom_sdk_def.h:29
The new string must be a pure string so that it can show correctly. This type is used to define a str...
Definition: customized_resource_helper_interface.h:21
virtual SDKError AddCustomizedPictureResource(const wchar_t *key_, const wchar_t *absolute_resource_path)=0
Add the custom photo files, currently, support PNG and SVG formats.
The new string must be a pure string so that it can show correctly. This type is used to define a str...
Definition: customized_resource_helper_interface.h:22
Customized resource helper interface.
Definition: customized_resource_helper_interface.h:41
SDKCustomizedStringType
Custom string type. Here are more detailed structural descriptions.
Definition: customized_resource_helper_interface.h:16
SDKCustomizedURLType
Custom URL type. Here are more detailed structural descriptions.
Definition: customized_resource_helper_interface.h:33
virtual SDKError AddCustomizedStringResource(SDKCustomizedStringType customizedType, const wchar_t *customizedString)=0
Use the custom string to replace the specified string item.
The new string must be the same format as "Zoom Participant ID: %s Meeting ID: %s" so that it can s...
Definition: customized_resource_helper_interface.h:23
Set the custom help URL in the virtual background tab page.
Definition: customized_resource_helper_interface.h:35
Set the Support URL in the meeting.
Definition: customized_resource_helper_interface.h:37
virtual SDKError AddCustomizedURLResource(SDKCustomizedURLType customizedType, const wchar_t *customizedUrl)=0
Use the custom URL to replace the specified URL.
The new string must be the same format as "Zoom Participant ID: %s %d-Minutes Meeting ID:%s" so that...
Definition: customized_resource_helper_interface.h:24