Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKCmdChannel.h
Go to the documentation of this file.
1
6#import <Foundation/Foundation.h>
7
8@class ZMVideoSDKUser;
9
10NS_ASSUME_NONNULL_BEGIN
11
16@interface ZMVideoSDKCmdChannel : NSObject
24- (ZMVideoSDKErrors)sendCommand:(NSString *)commandContent receiveUser:(nullable ZMVideoSDKUser *)user;
25@end
26
27NS_ASSUME_NONNULL_END
ZMVideoSDKErrors
Enumerates all errors in the VideoSDK.
The command channel allows users to send commands or data (such as plain text or a binary encoded int...
Zoom Video SDK user information.