Callback event of meeting share controller.
More...
#include <meeting_sharing_interface.h>
Callback event of meeting share controller.
Definition at line 124 of file meeting_sharing_interface.h.
◆ ~IMeetingShareCtrlEvent()
virtual IMeetingShareCtrlEvent::~IMeetingShareCtrlEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onLockShareStatus()
virtual void IMeetingShareCtrlEvent::onLockShareStatus |
( |
bool |
bLocked | ) |
|
|
pure virtual |
Callback event of locked share status.
- Parameters
-
bLocked | TRUE indicates that it is locked. FALSE unlocked. |
◆ onMultiShareSwitchToSingleShareNeedConfirm()
Callback event of switching multi-participants share to one participant share.
- Parameters
-
◆ onShareContentNotification()
virtual void IMeetingShareCtrlEvent::onShareContentNotification |
( |
ShareInfo & |
shareInfo | ) |
|
|
pure virtual |
Callback event of changed sharing information.
- Parameters
-
shareInfo | Sharing information. For more details, see ShareInfo structure. |
◆ onShareSettingTypeChangedNotification()
virtual void IMeetingShareCtrlEvent::onShareSettingTypeChangedNotification |
( |
ShareSettingType |
type | ) |
|
|
pure virtual |
Callback event of sharing setting type changed.
- Parameters
-
◆ onSharingStatus()
virtual void IMeetingShareCtrlEvent::onSharingStatus |
( |
SharingStatus |
status, |
|
|
unsigned int |
userId |
|
) |
| |
|
pure virtual |
Callback event of the changed sharing status.
- Parameters
-
status | The values of sharing status. For more details, see SharingStatus enum. |
userId | Sharer ID. |