Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKChatHelper.h
Go to the documentation of this file.
1
6#import <Foundation/Foundation.h>
7#import <ZMVideoSDK/ZMVideoSDKUserHelper.h>
8
9NS_ASSUME_NONNULL_BEGIN
10
15@interface ZMVideoSDKChatHelper : NSObject
16
21- (BOOL)isChatDisabled;
22
28
35- (ZMVideoSDKErrors)sendChatToUser:(ZMVideoSDKUser*)user content:(NSString *)msgContent;
36
42- (ZMVideoSDKErrors)sendChatToAll:(NSString *)msgContent;
43
49- (BOOL)canChatMessageBeDeleted:(NSString *)msgID;
50
57- (ZMVideoSDKErrors)deleteChatMessage:(NSString *)msgID;
58
64- (ZMVideoSDKErrors)changeChatPrivilege:(ZMVideoSDKChatPrivilegeType)privilege;
65
71@end
72
73NS_ASSUME_NONNULL_END
ZMVideoSDKChatPrivilegeType
Enumerates the types of chat privileges.
ZMVideoSDKErrors
Enumerates all errors in the VideoSDK.
Chat helper interface.
BOOL isPrivateChatDisabled()
Determine whether private chat is disabled.
BOOL isChatDisabled()
Determine whether chat is disabled.
ZMVideoSDKChatPrivilegeType getChatPrivilege()
Get participant chat privilege when in session.
Zoom Video SDK user information.