Meeting End Notification
Notification Description
A notification is sent when a meeting ended.
Method Definition
1
|
- (void)onConfEndedNotify:(HWMUISDKConfEndInfoModel *)confEndInfo; |
Sample Code
- (void)onConfEndedNotify:(HWMUISDKConfEndInfoModel *)confEndInfo{ NSLog(@"Meeting end notification report onConfEndedNotify :%@", [confEndInfo yy_modelDescription]); }
Precautions
- Subscribe to the HWMBizNotificationHandler delegate during SDK initialization or set the delegate on the target page.
Parameter Description
Parameter |
Type |
Description |
---|---|---|
reason |
Reason for leaving the meeting. |
|
isP2PConf |
BOOL |
Whether the meeting is an instant meeting. |
Enumerated Value |
Description |
---|---|
HWMUISDKConfEndReasonLeaveConfHangup |
The user leaves the meeting. |
HWMUISDKConfEndReasonStopConfHangup |
The meeting has ended. |
HWMUISDKConfEndReasonHostHangup |
The user is removed by the host. |
HWMUISDKConfEndReasonSessionTimerTimeout |
Network interrupted. |
HWMUISDKConfEndReasonNostreamHangup |
Network error. |
HWMUISDKConfEndReasonCorpConferenceResourceHasBeenRunOut |
Enterprise resources have been used up. |
HWMUISDKConfEndReasonConfOnlySameEnterprise |
Only enterprise users can join the meeting. |
HWMUISDKConfEndReasonConfOnlyInvited |
Only invited users can join the meeting. |
HWMUISDKConfEndReasonConfIsLocked |
The meeting is locked. |
HWMUISDKConfEndErrVmrNotBeenHold |
Guests are not allowed to activate the meeting. |
HWMUISDKConfEndReasonVmrConfConflict |
Meetings conflict in this cloud meeting room. |
HWMUISDKConfEndReasonServerError |
Server exception. |
HWMUISDKConfEndReasonNumOfParExceedsUpperLimit |
More participants than allowed by the cloud meeting room package. |
HWMUISDKConfEndReasonConfNumOverMaxAllowed = 111071116 |
The maximum number of ongoing meetings has been reached. |
HWMUISDKConfEndManagerShareVmrNotEnough = 111071151 |
No shared cloud meeting rooms are available. |
HWMUISDKConfEndReasonOverMaxParticipantNumber = 111072101 |
More participants than allowed. |
HWMUISDKConfEndReasonParticipantReachMaxNum = 111072504 |
Max. participants in a single meeting reached. |
HWMUISDKConfEndReasonParticipantConfNotExist = 111081002 |
The meeting does not exist or has ended. |
HWMUISDKConfEndManagerNoUpscaleVmr = 112030001 |
There are no cloud meeting rooms of higher specifications. |
HWMUISDKConfEndReasonEndExpiration = 414100069 |
Invalid user, enterprise, or SP. |
HWMUISDKConfEndReasonSdkChairEndConf = 414100074 |
The host ends the meeting. |
HWMUISDKConfEndReasonSdkTimeoverEndConf = 414100075 |
The meeting ends when the scheduled time arrives. |
HWMUISDKConfEndForceOpenCameraHangup = 414100078 |
The video meeting is forcibly ended. |
HWMUISDKConfEndReasonRtcSdkNetworkFailed = 990000053 |
Network exception. |
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