Windows SDK API Reference
Loading...
Searching...
No Matches
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
17{
26};
27
34{
38};
39
42{
43public:
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};
67#endif
Customized resource helper interface.
virtual SDKError AddCustomizedStringResource(SDKCustomizedStringType customizedType, const wchar_t *customizedString)=0
Use the custom string to replace the specified string item.
virtual SDKError AddCustomizedURLResource(SDKCustomizedURLType customizedType, const wchar_t *customizedUrl)=0
Use the custom URL to replace the specified URL.
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.
SDKCustomizedURLType
Custom URL type. Here are more detailed structural descriptions.
@ SDKCustomizedURL_VITRULBG_HELP
Set the custom help URL in the virtual background tab page.
@ SDKCustomizedURL_SUPPORTURL
Set the Support URL in the meeting.
@ SDKCustomizedURL_VITRULBG_LEARN_MORE
Set the custom Learn More URL in the virtual background tab page.
SDKCustomizedStringType
Custom string type. Here are more detailed structural descriptions.
@ SDK_Customized_LiveStream_MenuString_LiveOn_String
The new string must end up with "%s" so that the menu item can show correctly. This type is used to d...
@ SDK_Customized_Title_FreeZoomVideo
The new string must be the same format as "Zoom Participant ID: %s %d-Minutes Meeting ID:%s" so that...
@ SDK_Customized_Title_App
The new string must be a pure string so that it can show correctly. This type is used to define a str...
@ SDK_Customized_Title_ZoomVideo
The new string must be the same format as "Zoom Participant ID: %s Meeting ID: %s" so that it can s...
@ SDK_Customized_LiveStream_MenuString_LiveStop_String
The new string must be a pure string so that it can show correctly. This type is used to define a str...
@ SDK_Customized_LiveStream_MenuString_LiveView_String
The new string must end up with "%s" so that the menu item can show correctly. This type is used to d...
@ SDK_Customized_LiveStream_MenuString_CopyURL_String
The new string must be a pure string so that it can show correctly. This type is used to define a str...
@ SDK_Customized_Title_ViewOnly_FreeZoomVideo
The new string must be the same format as "Zoom %d-Minutes Meeting ID: %s" so that it can show correc...
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
Definition: zoom_sdk_def.h:21
#define BEGIN_ZOOM_SDK_NAMESPACE
Definition: zoom_sdk_def.h:20
SDKError
SDK error types. Here are more detailed structural descriptions.
Definition: zoom_sdk_def.h:30