#include <ZoomSDKMeetingService.h>
Inherits <NSObjectNSObject>.
Definition at line 321 of file ZoomSDKMeetingService.h.
◆ onEndOtherMeetingToJoinMeetingNotification:actionCancel:
- (void) onEndOtherMeetingToJoinMeetingNotification: |
|
(ZoomSDKError(^)(void)) | actionEndOtherMeeting |
actionCancel: |
|
(void(^)(void)) | actionCancel |
|
optionalrequired |
Callback event when join a meeting while the meeting is ongoing.
- Parameters
-
actionEndOtherMeeting | block to end other meeting. |
actionCancel | block to cancel join meeting. |
◆ onFreeMeetingNeedToUpgrade:giftUpgradeURL:
Designated for notify the free meeting need upgrade.
- Parameters
-
type | The 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. |
giftURL | User can upgrade the free meeting through the url. |
◆ onFreeMeetingRemainTime:
- (void) onFreeMeetingRemainTime: |
|
(unsigned int) | seconds |
|
|
optionalrequired |
Inform user the remaining time of free meeting.
- Parameters
-
seconds | The remaining time of the free meeting. |
◆ onFreeMeetingRemainTimeStopCountDown
- (void) onFreeMeetingRemainTimeStopCountDown |
|
|
|
|
optionalrequired |
Designated for notify the free meeting remain time has been stoped to count down.
◆ onFreeMeetingUpgradedToProMeeting
- (void) onFreeMeetingUpgradedToProMeeting |
|
|
|
|
optionalrequired |
Designated for notify the free meeting has been upgraded to professional meeting.
◆ onFreeMeetingUpgradeToGiftFreeTrialStart
- (void) onFreeMeetingUpgradeToGiftFreeTrialStart |
|
|
|
|
optionalrequired |
Designated for notify the free meeting which has been upgraded to free trail meeting has started.
◆ onFreeMeetingUpgradeToGiftFreeTrialStop
- (void) onFreeMeetingUpgradeToGiftFreeTrialStop |
|
|
|
|
optionalrequired |
Designated for notify the free meeting which has been upgraded to free trail meeting has stoped.
◆ onJoinMeetingNeedUserInfo:
The function is invoked when a user joins a meeting that needs their username and email.
- Parameters
-
◆ onMeetingFullToWatchLiveStream:
- (void) onMeetingFullToWatchLiveStream: |
|
(NSString *) | liveStreamUrl |
|
|
optionalrequired |
Calback event that the meeting users have reached the meeting capacity. The new join user can not join the meeting, but they can watch the meeting live stream.
- Parameters
-
liveStreamUrl | the live stream URL to watch the meeting live stream. |
◆ onMeetingParameterNotification:
Meeting parameter notification callback,The callback will be triggered right before the meeting starts. The meetingParameter will be destroyed once the function calls end.
- Parameters
-
meetingParameter | Meeting parameter. |
◆ onMeetingStatisticWarning:
Notification of statistic warnings of Zoom Meeting.
- Parameters
-
◆ onMeetingStatusChange:meetingError:EndReason:
Notify if ZOOM meeting status Changes.
- Parameters
-
state | The status of ZOOM meeting. |
error | The enum of ZoomSDKMeetingError. |
reason | The enum of EndMeetingReason. |
◆ onUserConfirmRecoverMeeting:
Callback event when host starts a deleted or expired meeting (not a PMI meeting).
- Parameters
-
handler | The handler for the host user to handle recover or not. |
◆ onUserConfirmToStartArchive:
Callback event when joining a meeting if the admin allows the user to choose to archive the meeting.
- Parameters
-
handler | The handler for the user to choose whether to archive the meeting when joining the meeting. |