Third Party Meeting helper event callback.
More...
#include <IThirdPartyMeetingHelper.h>
Third Party Meeting helper event callback.
Definition at line 140 of file IThirdPartyMeetingHelper.h.
◆ ~IThirdPartyMeetingHelperSink()
virtual IThirdPartyMeetingHelperSink::~IThirdPartyMeetingHelperSink |
( |
| ) |
|
|
inlinevirtual |
◆ OnAskToJoinThirdPartyMeeting()
virtual void IThirdPartyMeetingHelperSink::OnAskToJoinThirdPartyMeeting |
( |
const MeetingItem & |
item | ) |
|
|
pure virtual |
Zoom Room notify to join third party meeting.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
Join third party meeting method:
- DialSIP: StartThirdPartyMeetingByRoomSystemCall
- DialPSTN: StartThirdPartyMeetingByPSTNCall
- Parameters
-
item | The third party meeting item. |
◆ OnPSTNCallOutNotification()
virtual void IThirdPartyMeetingHelperSink::OnPSTNCallOutNotification |
( |
PSTNCallOutStatus |
callStatus | ) |
|
|
pure virtual |
PSTN callout status notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
callStatus | The current PSTN callout status. |
◆ OnPSTNCalloutResult()
virtual void IThirdPartyMeetingHelperSink::OnPSTNCalloutResult |
( |
bool |
isCancel, |
|
|
bool |
isSwitchToNormalMeeting, |
|
|
const std::string & |
phoneNumber, |
|
|
const std::string & |
userName |
|
) |
| |
|
pure virtual |
PSTN callout response.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
isCancel | The current PSTN callout status. |
isSwitchToNormalMeeting | The current PSTN callout status. |
phoneNumber | The current PSTN callout status. |
userName | The current PSTN callout status. |
◆ OnRoomSystemCallingStatusNotification()
Room system calling status notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
status | The updated calling status. |
◆ OnRoomSystemJoinedNotification()
virtual void IThirdPartyMeetingHelperSink::OnRoomSystemJoinedNotification |
( |
int32_t |
userID, |
|
|
const std::string & |
userName |
|
) |
| |
|
pure virtual |
Room system joined notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
userID | Room system as a participant userID. |
userName | Room system as a participant userName. |
◆ OnStartIntegrationMeetingResult()
virtual void IThirdPartyMeetingHelperSink::OnStartIntegrationMeetingResult |
( |
int32_t |
result, |
|
|
int32_t |
serviceProvider |
|
) |
| |
|
pure virtual |
Start integration meeting result.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
◆ OnUpdateIntegrationMeetingContentShareInfo()
The integration meeting content share info update notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
◆ OnUpdateIntegrationMeetingErrorInfo()
The integration meeting error info update notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
◆ OnUpdateIntegrationMeetingInfo()
virtual void IThirdPartyMeetingHelperSink::OnUpdateIntegrationMeetingInfo |
( |
const IntegrationMeetingInfo & |
info | ) |
|
|
pure virtual |
The integration meeting info update notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
◆ OnUpdateIntegrationMeetingLayoutInfo()
The integration meeting layout info update notification.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
◆ OnUpdateSupportIntegrationGoogleMeet()
virtual void IThirdPartyMeetingHelperSink::OnUpdateSupportIntegrationGoogleMeet |
( |
bool |
isSupport | ) |
|
|
pure virtual |
Support integration Google meet update notification.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
isSupport | TRUE indicates supports integration Google meet. Otherwise not. |
◆ OnUpdateSupportIntegrationTeamsMeeting()
virtual void IThirdPartyMeetingHelperSink::OnUpdateSupportIntegrationTeamsMeeting |
( |
bool |
isSupport | ) |
|
|
pure virtual |
Support integration teams meeting update notification.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
isSupport | TRUE indicates supports integration teams meeting. Otherwise not. |
◆ OnUpdateSupportIntegrationTeamsMeetingForAdhoc()
virtual void IThirdPartyMeetingHelperSink::OnUpdateSupportIntegrationTeamsMeetingForAdhoc |
( |
bool |
isSupport | ) |
|
|
pure virtual |
Support integration teams meeting for adhoc update notification.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
isSupport | TRUE indicates supports integration teams meeting for adhoc. Otherwise not. |