Notification of Incoming Meeting Calls
Notification Description
A notification is sent when you were invited to a meeting.
Method Definition
1
|
- (void)onConfIncomingNotify:(HWMSDKConfIncomingInfoModel *)confIncomingInfo; |
Precautions
- Set the globalHandler delegate during SDK initialization or set the delegate on the target page.
Parameter Description
Parameter |
Type |
Description |
---|---|---|
confIncomingInfo |
Meeting details. |
Parameter |
Type |
Description |
---|---|---|
subject |
NSString * |
Meeting topic. |
confId |
NSString * |
Meeting ID. |
confMediaType |
Media type. |
|
vmrConfId |
NSString * |
ID of the meeting held in a cloud meeting room. |
thirdUserId |
NSString * |
Third-party user account. |
isP2PConf |
BOOL |
Whether the meeting is an instant meeting. |
thirdUserId |
NSString * |
Third-party account of the participant, which is used for login using app ID. |
inviteCorpId |
NSString * |
ID of the enterprise to which the inviter belongs. |
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