Subscribing to Enterprise Configuration Notifications
Function
A notification is sent when the enterprise configuration is changed.
Function Prototype
setOnCorpConfigNotifyCB(onCorpConfigNotify: (configInfo: CorpConfigInfo) => void): voidsetOnCorpConfigNotifyCB(onCorpConfigNotify: (configInfo: CorpConfigInfo) => void): void
Request Parameters
Parameter | Mandatory | Type | Description |
---|---|---|---|
onCorpConfigNotify | Yes | (configInfo: CorpConfigInfo) => void | A notification is sent when the enterprise configuration is changed. |
Return Values
void
Notification Method Parameters
(configInfo: CorpConfigInfo) => void
Parameter | Type | Description |
---|---|---|
configInfo | CorpConfigInfo | Configuration information. |
Parameter | Type | Description |
---|---|---|
pstnEnable | boolean | Whether to support mobile phone calls. |
smsEnable | boolean | Whether to support SMS notifications. |
recordEnable | boolean | Whether to support meeting recording. |
pstnNumber | string | PSTN call number. |
allowGuestStartConf | boolean | Whether to allow guests to start the meeting in advance. |
allowGuestStartConfTime | number | Time range for a guest to join the meeting in advance, in minutes. 0: at any time; n: n minutes in advance. |
enableShowAddressBookStructure | boolean | Whether to display the corporate directory (valid only for the Windows client). |
corpEnableSummary | boolean | Whether meeting minutes are supported (valid only for the Windows client). |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot