Mac SDK
Instance Methods | List of all members
<ZoomSDKMeetingServiceDelegate> Protocol Reference
Inheritance diagram for <ZoomSDKMeetingServiceDelegate>:

Instance Methods

(void) - onMeetingStatusChange:meetingError:EndReason:
 Notify if ZOOM meeting status Changes. More...
 
(void) - onWaitMeetingSessionKey:
 Notify that meeting needs external session key. More...
 
(void) - onMeetingStatisticWarning:
 Notification of statistic warnings of Zoom Meeting. More...
 
(void) - onFreeMeetingNeedToUpgrade:giftUpgradeURL:
 Designated for notify the free meeting need upgrade. More...
 
(void) - onFreeMeetingUpgradeToGiftFreeTrialStart
 Designated for notify the free meeting which has been upgraded to free trail meeting has started.
 
(void) - onFreeMeetingUpgradeToGiftFreeTrialStop
 Designated for notify the free meeting which has been upgraded to free trail meeting has stoped.
 
(void) - onFreeMeetingUpgradedToProMeeting
 Designated for notify the free meeting has been upgraded to professional meeting.
 
(void) - onFreeMeetingRemainTimeStopCountDown
 Designated for notify the free meeting remain time has been stoped to count down.
 
(void) - onFreeMeetingRemainTime:
 Inform user the remaining time of free meeting. More...
 

Method Documentation

◆ onFreeMeetingNeedToUpgrade:giftUpgradeURL:

- (void) onFreeMeetingNeedToUpgrade: (FreeMeetingNeedUpgradeType)  type
giftUpgradeURL: (NSString *)  giftURL 
optional

Designated for notify the free meeting need upgrade.

Parameters
typeThe enumeration of FreeMeetingNeedUpgradeType, if the type is FreeMeetingNeedUpgradeType_BY_GIFTURL, user can upgrade free meeting through url. if the type is FreeMeetingNeedUpgradeType_BY_ADMIN, user can ask admin user to upgrade the meeting.
giftURLUser can upgrade the free meeting through the url.

◆ onFreeMeetingRemainTime:

- (void) onFreeMeetingRemainTime: (unsigned int)  seconds
optional

Inform user the remaining time of free meeting.

Parameters
secondsThe remaining time of the free meeting.

◆ onMeetingStatisticWarning:

- (void) onMeetingStatisticWarning: (StatisticWarningType)  type
optional

Notification of statistic warnings of Zoom Meeting.

Parameters
typeThe statistic type.

◆ onMeetingStatusChange:meetingError:EndReason:

- (void) onMeetingStatusChange: (ZoomSDKMeetingStatus)  state
meetingError: (ZoomSDKMeetingError)  error
EndReason: (EndMeetingReason)  reason 
optional

Notify if ZOOM meeting status Changes.

Parameters
stateThe status of ZOOM meeting.
errorThe enum of ZoomSDKMeetingError.
reasonThe enum of EndMeetingReason.

◆ onWaitMeetingSessionKey:

- (void) onWaitMeetingSessionKey: (NSData *)  key
optional

Notify that meeting needs external session key.

Parameters
keyThe external session key

The documentation for this protocol was generated from the following file: