Help Center/
Meeting/
Client SDK Reference/
macOS SDK/
Notification Reference/
Basic Configuration Change Notification/
Enterprise Configuration Information
Updated on 2024-07-30 GMT+08:00
Enterprise Configuration Information
Notification Description
A notification is sent when the login is successful. The enterprise configuration information is delivered.
Method Definition
1
|
- (void)onCorpConfigNotify:(HWMCorpConfigInfo *)corpConfig; |
Sample Code
- (void)onCorpConfigNotify:(HWMCorpConfigInfo *)corpConfig { if (corpConfig.hasSMSPerm) { NSLog(@"The SMS notification sending permission is available."); } if (corpConfig.hasRecordPerm) { NSLog(@"The meeting recording permission is available."); } if (corpConfig.hasPstnPerm) { NSLog(@"The PSTN call permission is available."); } }
Precautions
- Subscribe to the HWMNotifyHandler proxy during SDK initialization or set the proxy on the target page.
Parameter Description
Parameter |
Type |
Description |
---|---|---|
corpConfig |
Configuration information. |
Parent topic: Basic Configuration Change Notification
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.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot