#include <meeting_inmeeting_encryption_interface.h>
◆ ~IMeetingEncryptionController()
virtual IMeetingEncryptionController::~IMeetingEncryptionController |
( |
| ) |
|
|
inlinevirtual |
◆ GetE2EEMeetingSecurityCode()
virtual const zchar_t * IMeetingEncryptionController::GetE2EEMeetingSecurityCode |
( |
| ) |
|
|
pure virtual |
Get E2EE meeting security code.
- Returns
- The security code.
◆ GetE2EEMeetingSecurityCodePassedSeconds()
virtual unsigned int IMeetingEncryptionController::GetE2EEMeetingSecurityCodePassedSeconds |
( |
| ) |
|
|
pure virtual |
Get security code passed seconds.
- Returns
- time in seconds.
◆ GetEncryptionType()
virtual EncryptionType IMeetingEncryptionController::GetEncryptionType |
( |
| ) |
|
|
pure virtual |
Get meeting encryption type.
- Returns
- The encryption type. For more details, see EncryptionType enum.
◆ GetUnencryptedExceptionCount()
virtual unsigned int IMeetingEncryptionController::GetUnencryptedExceptionCount |
( |
| ) |
|
|
pure virtual |
Get unencrypted exception count.
- Returns
- exception count.
◆ GetUnencryptedExceptionInfo()
virtual const zchar_t * IMeetingEncryptionController::GetUnencryptedExceptionInfo |
( |
| ) |
|
|
pure virtual |
Get unencrypted exception details.
- Returns
- exception details.
◆ IsUnencryptedExceptionDataValid()
virtual bool IMeetingEncryptionController::IsUnencryptedExceptionDataValid |
( |
| ) |
|
|
pure virtual |
Determine whether unencrypted exception data is valid.
- Returns
- true if it's valid, otherwise return false.
◆ SetEvent()
Set the encryption controller callback handler.
- Parameters
-