Meeting SDK for Windows 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
36
38{
39public:
41
47
53
58 virtual const zchar_t* GetE2EEMeetingSecurityCode() = 0;
59
64 virtual unsigned int GetE2EEMeetingSecurityCodePassedSeconds() = 0;
65
71
76 virtual unsigned int GetUnencryptedExceptionCount() = 0;
77
83};
84
86#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
Sets the encryption controller callback handler.
virtual unsigned int GetUnencryptedExceptionCount()=0
Gets unencrypted exception count.
virtual bool IsUnencryptedExceptionDataValid()=0
Determines whether unencrypted exception data is valid.
virtual unsigned int GetE2EEMeetingSecurityCodePassedSeconds()=0
Gets security code passed seconds.
virtual EncryptionType GetEncryptionType()=0
Gets meeting encryption type.
virtual const zchar_t * GetUnencryptedExceptionInfo()=0
Gets unencrypted exception details.
EncryptionType
Enumeration of encryption type.
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
#define BEGIN_ZOOM_SDK_NAMESPACE
char zchar_t