Production studio controller callback event.
More...
#include <meeting_production_studio_ctrl_interface.h>
Production studio controller callback event.
Definition at line 49 of file meeting_production_studio_ctrl_interface.h.
◆ ~IMeetingProductionStudioCtrlEvent()
virtual IMeetingProductionStudioCtrlEvent::~IMeetingProductionStudioCtrlEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onPSUserStatusChanged()
virtual void IMeetingProductionStudioCtrlEvent::onPSUserStatusChanged |
( |
unsigned int | userID, |
|
|
bool | bStart ) |
|
pure virtual |
Callback event of production studio user status changes.
- Parameters
-
userID | The user ID of production studio user. |
bStart | The production studio mode stated. |
◆ onStartPSModeResult()
virtual void IMeetingProductionStudioCtrlEvent::onStartPSModeResult |
( |
bool | bSuccess | ) |
|
|
pure virtual |
Callback event notify the result of starting production studio mode.
- Parameters
-
bSuccess | Specify whether the production studio mode is started successfully or not. |
◆ onStartSend()
virtual void IMeetingProductionStudioCtrlEvent::onStartSend |
( |
IZoomSDKPSSender * | sender | ) |
|
|
pure virtual |
Callback event for production studio starts.
- Parameters
-
sender,You | can send video or audio data based on this object, see IZoomSDKPSSender. |
◆ onStopSend()
virtual void IMeetingProductionStudioCtrlEvent::onStopSend |
( |
| ) |
|
|
pure virtual |
Callback event for production studio stops.