Zoom Setting
- Description:
- Zoom Setting
- Source:
Returns:
- Type
- ZoomSetting
- Description:
- Zoom Setting
- Source:
Returns:
- Type
- ZoomSetting
Methods
(inner) SettingUI_HideSettingDlg() → {Number}
- Description:
- Hide meeting setting dialog.
- Source:
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number
(inner) SettingUI_HideSettingDlg() → {Number}
- Description:
- Hide meeting setting dialog.
- Source:
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number
(inner) SettingUI_ShowTheSettingDlg(hParent, left, top, hSettingWnd, bShow) → {Number}
- Description:
- Display Meeting Setting dialog.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
hParent |
String | Parent window handle (require hexadecimal) |
left |
String | The X-axis value of the top-left corner of the dialog uses the coordinate system of the monitor |
top |
String | The Y-axis value of the top-left corner of the dialog uses the coordinate system of the monitor |
hSettingWnd |
String | Window handle of the dialog setting (require hexadecimal) |
bShow |
Boolean | Enable to display or not |
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number
(inner) SettingUI_ShowTheSettingDlg(hParent, left, top, hSettingWnd, bShow) → {Number}
- Description:
- Display Meeting Setting dialog.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
hParent |
String | Parent window handle (require hexadecimal) |
left |
String | The X-axis value of the top-left corner of the dialog uses the coordinate system of the monitor |
top |
String | The Y-axis value of the top-left corner of the dialog uses the coordinate system of the monitor |
hSettingWnd |
String | Window handle of the dialog setting (require hexadecimal) |
bShow |
Boolean | Enable to display or not |
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number