Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKCmdChannel.h
Go to the documentation of this file.
6#import <Foundation/Foundation.h>
7
12@interface ZoomVideoSDKCmdChannel : NSObject
19- (ZoomVideoSDKError)sendCommand:(NSString * _Nullable)commandContent receiveUser:(ZoomVideoSDKUser * _Nullable)user;
20
21@end
22
ZoomVideoSDKError
Enumerates all errors in the VideoSDK.
The command channel, allows users to send commands or data (such as plain text or a binary encoded in...
Zoom Video SDK user information.