Updated on 2024-09-13 GMT+08:00

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

  1. Subscribe to the HWMBizNotificationHandler delegate during SDK initialization or set the delegate on the target page.

Parameter Description

Table 1 HWMUISDKConfEndInfoModel description

Parameter

Type

Description

reason

HWMUISDKConfEndReason

Reason for leaving the meeting.

isP2PConf

BOOL

Whether the meeting is an instant meeting.

Table 2 Enumerated values of HWMUISDKConfEndReason

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.