|
virtual SDKError | SetEvent (IMeetingServiceEvent *pEvent)=0 |
| Set meeting service callback event handler.
|
|
virtual SDKError | HandleZoomWebUriProtocolAction (const zchar_t *protocol_action)=0 |
| Join meeting with web uri.
|
|
virtual SDKError | Join (JoinParam &joinParam)=0 |
| Join the meeting.
|
|
virtual SDKError | Start (StartParam &startParam)=0 |
| Start meeting.
|
|
virtual SDKError | Leave (LeaveMeetingCmd leaveCmd)=0 |
| Leave meeting.
|
|
virtual MeetingStatus | GetMeetingStatus ()=0 |
| Get meeting status.
|
|
virtual SDKError | LockMeeting ()=0 |
| Lock the current meeting.
|
|
virtual SDKError | UnlockMeeting ()=0 |
| Unlock the current meeting.
|
|
virtual bool | IsMeetingLocked ()=0 |
| Determine if the meeting is locked.
|
|
virtual bool | CanSetMeetingTopic ()=0 |
| Determine if the current user can change the meeting topic.
|
|
virtual SDKError | SetMeetingTopic (const zchar_t *sTopic)=0 |
| Change the meeting topic.
|
|
virtual SDKError | SuspendParticipantsActivities ()=0 |
| Suspend all participant activities.
|
|
virtual bool | CanSuspendParticipantsActivities ()=0 |
| Determine if host/cohose can suspend participant activities.
|
|
virtual IMeetingInfo * | GetMeetingInfo ()=0 |
| Get meeting information.
|
|
virtual ConnectionQuality | GetSharingConnQuality (bool bSending=true)=0 |
| Get the quality of Internet connection when sharing.
|
|
virtual ConnectionQuality | GetVideoConnQuality (bool bSending=true)=0 |
| Get the Internet connection quality of video.
|
|
virtual ConnectionQuality | GetAudioConnQuality (bool bSending=true)=0 |
| Get the Internet connection quality of audio.
|
|
virtual IMeetingVideoController * | GetMeetingVideoController ()=0 |
| Get video controller interface.
|
|
virtual IMeetingShareController * | GetMeetingShareController ()=0 |
| Get the sharing controller interface.
|
|
virtual IMeetingAudioController * | GetMeetingAudioController ()=0 |
| Get the audio controller interface.
|
|
virtual IMeetingRecordingController * | GetMeetingRecordingController ()=0 |
| Get the recording controller interface.
|
|
virtual IMeetingWaitingRoomController * | GetMeetingWaitingRoomController ()=0 |
| Get the waiting room controller interface.
|
|
virtual IMeetingParticipantsController * | GetMeetingParticipantsController ()=0 |
| Get the participants controller interface.
|
|
virtual IMeetingWebinarController * | GetMeetingWebinarController ()=0 |
| Get the webinar controller interface.
|
|
virtual IMeetingRawArchivingController * | GetMeetingRawArchivingController ()=0 |
| Get the Raw Archiving controller.
|
|
virtual IMeetingReminderController * | GetMeetingReminderController ()=0 |
| Get the reminder controller.
|
|
virtual IMeetingSmartSummaryController * | GetMeetingSmartSummaryController ()=0 |
| Get the smart summary controller.
|
|
virtual IMeetingChatController * | GetMeetingChatController ()=0 |
| Get the chat controller interface.
|
|
virtual IMeetingBOController * | GetMeetingBOController ()=0 |
| Get the Breakout Room controller.
|
|
virtual IMeetingConfiguration * | GetMeetingConfiguration ()=0 |
| Get the meeting configuration interface.
|
|
virtual IMeetingAICompanionController * | GetMeetingAICompanionController ()=0 |
| Get the AI companion controller.
|
|
virtual const zchar_t * | GetInMeetingDataCenterInfo ()=0 |
| Get data center information.
|
|
virtual IMeetingEncryptionController * | GetInMeetingEncryptionController ()=0 |
| Get the encryption controller.
|
|