|
| virtual | ~IMeetingService () |
| |
| virtual ZRCSDKError | RegisterSink (IMeetingServiceSink *pSink)=0 |
| | Register meeting service callback sink.
|
| |
| virtual ZRCSDKError | DeregisterSink (IMeetingServiceSink *pSink)=0 |
| | Deregister meeting service callback sink.
|
| |
| virtual ZRCSDKError | StartInstantMeeting ()=0 |
| | Start an instant meeting.
|
| |
| virtual ZRCSDKError | MeetWithIMUsers (const std::vector< std::string > &contactIDs)=0 |
| | Start an instant meeting and invite the selected IM users.
|
| |
| virtual ZRCSDKError | StartMeeting (const MeetingItem &meeting, bool bringShareToMeeting=false)=0 |
| | Start the selected meeting from meeting list.
|
| |
| virtual ZRCSDKError | StartMeetingWithHostKey (const std::string &hostKey)=0 |
| | Use host key to start the meeting.
|
| |
| virtual ZRCSDKError | JoinMeeting (const std::string &meetingNumber, bool bringShareToMeeting=false)=0 |
| | Join the meeting by meeting number.
|
| |
| virtual ZRCSDKError | JoinMeetingWithURL (const std::string &url, bool bringShareToMeeting=false)=0 |
| | Join the meeting by url.
|
| |
| virtual ZRCSDKError | JoinMeetingWithContactID (const std::string &contactID, bool bringShareToMeeting=false)=0 |
| | Join a personal room meeting with contact ID.
|
| |
| virtual ZRCSDKError | ExitMeeting (ExitMeetingCmd exitCmd)=0 |
| | Exit meeting.
|
| |
| virtual ZRCSDKError | SetRoomTempDisplayNameForMeeting (const std::string &roomTempName)=0 |
| | Set room's temp display name for the meeting.
|
| |
| virtual ZRCSDKError | SendMeetingPassword (const std::string &password)=0 |
| | Enter the meeting password to join meeting.
|
| |
| virtual ZRCSDKError | CancelEnteringMeetingPassword ()=0 |
| | Cancel entering meeting password, cancel joining the meeting.
|
| |
| virtual ZRCSDKError | CancelWaitingForHost ()=0 |
| | Cancel waiting for host, cancel joining the meeting.
|
| |
| virtual ZRCSDKError | AnswerMeetingInvite (const MeetingInvitationInfo &invite, bool accept)=0 |
| | Answer the meeting invite.
|
| |
| virtual ZRCSDKError | InviteAttendees (const std::vector< std::string > &contactIDs)=0 |
| | Invited attendees into meeting.
|
| |
| virtual ZRCSDKError | InviteLegacyRoomSystems (const std::vector< LegacyRoomSystem > &roomSystems)=0 |
| | Invite legacy room system into meeting.
|
| |
| virtual ZRCSDKError | InviteLegacyRoomSystemWithIpOrE164Number (const std::string &ipOrE164Number, RoomSystemProtocolType protocolType, bool cancel)=0 |
| | Invited legacy room system into meeting.
|
| |
| virtual ZRCSDKError | SendMeetingInviteEmail (const std::string &recipients)=0 |
| | Send meeting invite email to recipients.
|
| |
| virtual ZRCSDKError | RequestE2ESecurityCode ()=0 |
| | Request end-to-end security code.
|
| |
| virtual ZRCSDKError | SendDTMF (const std::string &digitKey, int32_t userID)=0 |
| | Send DTMF when dialing.
|
| |
| virtual ZRCSDKError | GetMeetingStatus (MeetingStatus &status)=0 |
| | Get meeting status.
|
| |
| virtual ZRCSDKError | GetMeetingInfo (MeetingInfo &info)=0 |
| | Get meeting information.
|
| |
| virtual ZRCSDKError | ExtendMeeting ()=0 |
| | Extend zoom meeting scheduled with automatically stop.
|
| |
| virtual IMeetingListHelper * | GetMeetingListHelper ()=0 |
| | Get the meeting list helper interface.
|
| |
| virtual IThirdPartyMeetingHelper * | GetThirdPartyMeetingHelper ()=0 |
| | Get the third party meeting helper.
|
| |
| virtual IMeetingReminderHelper * | GetMeetingReminderHelper ()=0 |
| | Get the meeting reminder helper.
|
| |
| virtual IWaitingRoomHelper * | GetWaitingRoomHelper ()=0 |
| | Get the waiting room helper.
|
| |
| virtual IMeetingAudioHelper * | GetMeetingAudioHelper ()=0 |
| | Get the meeting audio helper.
|
| |
| virtual IMeetingVideoHelper * | GetMeetingVideoHelper ()=0 |
| | Get the meeting video helper.
|
| |
| virtual IMeetingShareHelper * | GetMeetingShareHelper ()=0 |
| | Get the meeting share helper.
|
| |
| virtual IRecordingHelper * | GetRecordingHelper ()=0 |
| | Get the recording helper.
|
| |
| virtual IMeetingViewLayoutHelper * | GetMeetingViewLayoutHelper ()=0 |
| | Get the meeting view layout helper.
|
| |
| virtual ICameraControlHelper * | GetCameraControlHelper ()=0 |
| | Get the camera control helper.
|
| |
| virtual IClosedCaptionHelper * | GetClosedCaptionHelper ()=0 |
| | Get the closed caption helper.
|
| |
| virtual IMeetingControlHelper * | GetMeetingControlHelper ()=0 |
| | Get the meeting control helper.
|
| |
| virtual IParticipantHelper * | GetParticipantHelper ()=0 |
| | Get the participant helper.
|
| |
| virtual IBreakoutRoomHelper * | GetBreakoutRoomHelper ()=0 |
| | Get the breakout room helper.
|
| |
| virtual IMeetingReactionEmojiHelper * | GetMeetingReactionEmojiHelper ()=0 |
| | Get the meeting reaction emoji helper.
|
| |
| virtual IMeetingChatHelper * | GetMeetingChatHelper ()=0 |
| | Get the meeting chat helper.
|
| |
| virtual INDIHelper * | GetNDIHelper ()=0 |
| | Get the NDI helper.
|
| |
| virtual IMeetingWebinarHelper * | GetMeetingWebinarHelper ()=0 |
| | Get the meeting webinar helper.
|
| |
| virtual IVirtualBackgroundHelper * | GetVirtualBackgroundHelper ()=0 |
| | Get the virtual background helper.
|
| |
| virtual IMeetingPollingHelper * | GetMeetingPollingHelper ()=0 |
| | Get the meeting polling helper.
|
| |
| virtual IMeetingQAHelper * | GetMeetingQAHelper ()=0 |
| | Get the meeting Q&A helper.
|
| |
| virtual IWebinarBreakoutRoomHelper * | GetWebinarBreakoutRoomHelper ()=0 |
| | Get the webinar breakout room helper.
|
| |
| virtual ICloudWhiteboardHelper * | GetCloudWhiteboardHelper ()=0 |
| | Get the cloud whiteboard helper.
|
| |
| virtual ISmartTagHelper * | GetSmartTagHelper ()=0 |
| | Get the smart tag helper.
|
| |
Meeting Service Interface.
Definition at line 421 of file IMeetingService.h.