Zoom Customized Resource
- Description:
- Zoom Customized Resource
- Source:
Returns:
- Type
- ZoomCustomizedResource
- Description:
- Zoom Customized Resource
- Source:
Returns:
- Type
- ZoomCustomizedResource
Methods
(inner) Resource_AddCustomizedPictureResource(strPNGID, strPNGPath) → {Number}
- Description:
- Add the custom photo files, currently, support PNG and SVG formats. You must call the function first before calling InitSDK(), or no, it won't work.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
strPNGID |
String | Resource ID corresponding to the custom resource. |
strPNGPath |
String | The location of the customized resource file must be an absolute path and include the file name with suffix. |
Returns:
Defined in: ZoomSDKError
- Type
- Number
(inner) Resource_AddCustomizedPictureResource(strPNGID, strPNGPath) → {Number}
- Description:
- Add the custom photo files, currently, support PNG and SVG formats. You must call the function first before calling InitSDK(), or no, it won't work.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
strPNGID |
String | Resource ID corresponding to the custom resource. |
strPNGPath |
String | The location of the customized resource file must be an absolute path and include the file name with suffix. |
Returns:
Defined in: ZoomSDKError
- Type
- Number
(inner) Resource_AddCustomizedStringResource(CustomizedStringType, strCustomizedString) → {Number}
- Description:
- Use the custom string to replace the specified string item. If customizedString is NULL or is not NULL but with length zero(0), the return value is SDKERR_INVALID_PARAMETER. You must call the function first before calling InitSDK(), or no, it won't work.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
CustomizedStringType |
String | Specify the string item type. Defined in: SDKCustomizedStringType |
strCustomizedString |
String | Specify the custom string. |
Returns:
Defined in: ZoomSDKError
- Type
- Number
(inner) Resource_AddCustomizedStringResource(CustomizedStringType, strCustomizedString) → {Number}
- Description:
- Use the custom string to replace the specified string item. If customizedString is NULL or is not NULL but with length zero(0), the return value is SDKERR_INVALID_PARAMETER. You must call the function first before calling InitSDK(), or no, it won't work.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
CustomizedStringType |
String | Specify the string item type. Defined in: SDKCustomizedStringType |
strCustomizedString |
String | Specify the custom string. |
Returns:
Defined in: ZoomSDKError
- Type
- Number
(inner) Resource_AddCustomizedURLResource(CustomizedURLType, strCustomizeURL) → {Number}
- Description:
- Use the custom URL to replace the specified URL. If customizedUrl is NULL or is not NULL but with length zero(0), the return value is SDKERR_INVALID_PARAMETER. You must call the function first before calling InitSDK(), or no, it won't work.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
CustomizedURLType |
String | Specify the URL type. Defined in: SDKCustomizedURLType |
strCustomizeURL |
String | Specify the custom URL. |
Returns:
Defined in: ZoomSDKError
- Type
- Number
(inner) Resource_AddCustomizedURLResource(CustomizedURLType, strCustomizeURL) → {Number}
- Description:
- Use the custom URL to replace the specified URL. If customizedUrl is NULL or is not NULL but with length zero(0), the return value is SDKERR_INVALID_PARAMETER. You must call the function first before calling InitSDK(), or no, it won't work.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
CustomizedURLType |
String | Specify the URL type. Defined in: SDKCustomizedURLType |
strCustomizeURL |
String | Specify the custom URL. |
Returns:
Defined in: ZoomSDKError
- Type
- Number