ZOOM Windows SDK  5.2.42037.1112
Classes | Enumerations
customized_resource_helper_interface.h File Reference

Customized Service Interface You must call the functions first before calling ZOOM_SDK_NAMESPACE::InitSDK(), or no, they won't work. More...

#include "zoom_sdk_def.h"

Go to the source code of this file.

Classes

class  ICustomizedResourceHelper
 Customized resource helper interface. More...
 

Enumerations

enum  SDKCustomizedStringType {
  SDK_Customized_LiveStream_MenuString_LiveOn_String = 0, SDK_Customized_LiveStream_MenuString_LiveView_String, SDK_Customized_LiveStream_MenuString_LiveStop_String, SDK_Customized_LiveStream_MenuString_CopyURL_String,
  SDK_Customized_Title_App, SDK_Customized_Title_ZoomVideo, SDK_Customized_Title_FreeZoomVideo, SDK_Customized_Title_ViewOnly_FreeZoomVideo
}
 Custom string type. Here are more detailed structural descriptions. More...
 
enum  SDKCustomizedURLType { SDKCustomizedURL_VITRULBG_HELP, SDKCustomizedURL_VITRULBG_LEARN_MORE, SDKCustomizedURL_SUPPORTURL }
 Custom URL type. Here are more detailed structural descriptions. More...
 

Detailed Description

Customized Service Interface You must call the functions first before calling ZOOM_SDK_NAMESPACE::InitSDK(), or no, they won't work.

Enumeration Type Documentation

◆ SDKCustomizedStringType

Custom string type. Here are more detailed structural descriptions.

Remarks
Read the description of the each type carefully. You must follow the format to custom your own string. Wrong usage may cause unpredictable crash.
Enumerator
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 define a string to replace the menu item ON S on live streaming.

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 define a string to replace the menu item VIEW STREAM ON S on live streaming.

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 string to replace the menu item STOP LIVE STREAM on live streaming.

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 string to replace the menu item COPY STREAMING LINK on live streaming.

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 string to replace the title of the meeting video UI.

SDK_Customized_Title_ZoomVideo 

The new string must be the same format as "Zoom Participant ID: %s Meeting ID: %s" so that it can show correctly. This type is used to define a string to replace the title of the meeting video UI.

SDK_Customized_Title_FreeZoomVideo 

The new string must be the same format as "Zoom Participant ID: %s %d-Minutes Meeting ID:%s" so that it can show correctly. This type is used to define a string to replace the title of the meeting video UI when the user is free user and in view-only status.

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 correctly. This type is used to define a string to replace the title of the meeting video UI when the user is free user and in view-only status.

◆ SDKCustomizedURLType

Custom URL type. Here are more detailed structural descriptions.

Remarks
The URL must remain intact and should contain 'http' or https'.
Enumerator
SDKCustomizedURL_VITRULBG_HELP 

Set the custom help URL in the virtual background tab page.

SDKCustomizedURL_VITRULBG_LEARN_MORE 

Set the custom Learn More URL in the virtual background tab page.

SDKCustomizedURL_SUPPORTURL 

Set the Support URL in the meeting.