Video SDK for Windows API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_chat_helper_interface.h File Reference

chat helper More...

Go to the source code of this file.

Data Structures

class  IZoomVideoSDKChatHelper
 Chat helper interface. More...
 

Enumerations

enum  ZoomVideoSDKChatMessageDeleteType { ZoomVideoSDKChatDelete_None = 0 , ZoomVideoSDKChatDelete_BySelf , ZoomVideoSDKChatDelete_ByHost , ZoomVideoSDKChatDelete_ByDlp }
 The chat message delete type are sent in the onChatMsgDeleteNotification callback. More...
 
enum  ZoomVideoSDKChatPrivilegeType { ZoomVideoSDKChatPrivilege_Unknown = 0 , ZoomVideoSDKChatPrivilege_Publicly_And_Privately , ZoomVideoSDKChatPrivilege_No_One , ZoomVideoSDKChatPrivilege_Publicly }
 The chat privilege type are sent in the onChatPrivilegeChanged callback. More...
 

Detailed Description

chat helper

Definition in file zoom_video_sdk_chat_helper_interface.h.

Enumeration Type Documentation

◆ ZoomVideoSDKChatMessageDeleteType

The chat message delete type are sent in the onChatMsgDeleteNotification callback.

Enumerator
ZoomVideoSDKChatDelete_None 

None.

ZoomVideoSDKChatDelete_BySelf 

Indicates that the message was deleted by myself.

ZoomVideoSDKChatDelete_ByHost 

Indicates that the message was deleted by the session host.

ZoomVideoSDKChatDelete_ByDlp 

Indicates that the message was deleted by Data Loss Prevention (dlp). This happens when the message goes against the host organization's compliance policies.

Definition at line 15 of file zoom_video_sdk_chat_helper_interface.h.

15 {
16
18
20
22
ZoomVideoSDKChatMessageDeleteType
The chat message delete type are sent in the onChatMsgDeleteNotification callback.

◆ ZoomVideoSDKChatPrivilegeType

The chat privilege type are sent in the onChatPrivilegeChanged callback.

Enumerator
ZoomVideoSDKChatPrivilege_Unknown 

Unknown type

ZoomVideoSDKChatPrivilege_Publicly_And_Privately 

allow participant to chat with everyone

ZoomVideoSDKChatPrivilege_No_One 

allow participant to chat with no one

ZoomVideoSDKChatPrivilege_Publicly 

allow participant to chat with the host, co-host, and everyone.

Definition at line 29 of file zoom_video_sdk_chat_helper_interface.h.