Meeting SDK for Linux API Reference
Loading...
Searching...
No Matches
meeting_inmeeting_encryption_interface.h
Go to the documentation of this file.
1
7#ifndef _MEETING_INMEETING_ENCRYPTION_INTERFACE_H_
8#define _MEETING_INMEETING_ENCRYPTION_INTERFACE_H_
9#include "zoom_sdk_def.h"
10
12
23
33
35{
36public:
38
44
50
55 virtual const zchar_t* GetE2EEMeetingSecurityCode() = 0;
56
61 virtual unsigned int GetE2EEMeetingSecurityCodePassedSeconds() = 0;
62
68
73 virtual unsigned int GetUnencryptedExceptionCount() = 0;
74
80};
81
83#endif
virtual void onE2EEMeetingSecurityCodeChanged()=0
This callback will be called when the security code changes.
virtual const zchar_t * GetE2EEMeetingSecurityCode()=0
Get E2EE meeting security code.
virtual void SetEvent(IMeetingEncryptionControllerEvent *pEvent)=0
Set the encryption controller callback handler.
virtual unsigned int GetUnencryptedExceptionCount()=0
Get unencrypted exception count.
virtual bool IsUnencryptedExceptionDataValid()=0
Determine whether unencrypted exception data is valid.
virtual unsigned int GetE2EEMeetingSecurityCodePassedSeconds()=0
Get security code passed seconds.
virtual EncryptionType GetEncryptionType()=0
Get meeting encryption type.
virtual const zchar_t * GetUnencryptedExceptionInfo()=0
Get unencrypted exception details.
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
#define BEGIN_ZOOM_SDK_NAMESPACE
char zchar_t