Third Party Meeting helper interface.
More...
#include <IThirdPartyMeetingHelper.h>
Third Party Meeting helper interface.
Definition at line 287 of file IThirdPartyMeetingHelper.h.
◆ ~IThirdPartyMeetingHelper()
virtual IThirdPartyMeetingHelper::~IThirdPartyMeetingHelper |
( |
| ) |
|
|
inlinevirtual |
◆ CallOutPSTNUser()
virtual ZRCSDKError IThirdPartyMeetingHelper::CallOutPSTNUser |
( |
const std::string & |
phoneNumber, |
|
|
bool |
cancelCall, |
|
|
bool |
hasVoicePrompt |
|
) |
| |
|
pure virtual |
Dial out a PSTN user.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
phoneNumber | Specify the phone number to be called. |
cancelCall | TRUE indicates to cancel the call. |
hasVoicePrompt | TRUE indicates to ring on Zoom Room. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ ChangeIntegrationLayout()
virtual ZRCSDKError IThirdPartyMeetingHelper::ChangeIntegrationLayout |
( |
uint32_t |
selectedLayoutType | ) |
|
|
pure virtual |
Change integration meeting layout.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
selectedLayoutType | Specify the layout type. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ DeregisterSink()
Deregister third party meeting helper callback sink.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ GetInterOperabilityInfoByMeetingType()
Get inter operability info by integration meeting type.
- Since
- 6.2.0
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ JoinIntegrationMeeting()
Join integration meeting via meeting id.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
meetingID | The meeting id of the meeting. |
password | The password of the meeting. |
provider | The service provider of the integration meeting, such as ThirdPartyMeetingServiceProvider enum. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ LeaveIntegrationMeeting()
virtual ZRCSDKError IThirdPartyMeetingHelper::LeaveIntegrationMeeting |
( |
| ) |
|
|
pure virtual |
Leave the current integration meeting.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ MuteIntegrationAudio()
virtual ZRCSDKError IThirdPartyMeetingHelper::MuteIntegrationAudio |
( |
bool |
mute | ) |
|
|
pure virtual |
Mute or unmute self audio.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
mute | TRUE indicates mute self audio. Otherwise not. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ RegisterSink()
Register third party meeting helper callback sink.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ RejoinIntegrationMeeting()
virtual ZRCSDKError IThirdPartyMeetingHelper::RejoinIntegrationMeeting |
( |
| ) |
|
|
pure virtual |
Rejoin the integration meeting in the integration meeting.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ StartIntegrationMeeting()
Join integration meeting in meeting list.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
meeting | The integration meeting item. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ StartThirdPartyMeetingByPSTNCall()
Start the third party meeting by PSTN call.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
meeting | The third party meeting item. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ StartThirdPartyMeetingByRoomSystemCall()
virtual ZRCSDKError IThirdPartyMeetingHelper::StartThirdPartyMeetingByRoomSystemCall |
( |
const MeetingItem & |
meeting | ) |
|
|
pure virtual |
Start the third party meeting by room system call.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
meeting | The third party meeting item. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ StopIntegrationContentShare()
virtual ZRCSDKError IThirdPartyMeetingHelper::StopIntegrationContentShare |
( |
bool |
stop | ) |
|
|
pure virtual |
Stop integration meeting content share.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
stop | TRUE indicates stop. Otherwise not. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ StopIntegrationVideo()
virtual ZRCSDKError IThirdPartyMeetingHelper::StopIntegrationVideo |
( |
bool |
stop | ) |
|
|
pure virtual |
Stop or start self video.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
stop | TRUE indicates stop self video. Otherwise not. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ SwitchPstnCallToMeeting()
virtual ZRCSDKError IThirdPartyMeetingHelper::SwitchPstnCallToMeeting |
( |
| ) |
|
|
pure virtual |
Switch a PSTN call to normal Zoom Meeting.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.