Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKCmdChannel.h
Go to the documentation of this file.
1//
2// ZoomVideoSDKCmdChannel.h
3// ZoomVideoSDK
4//
5// Created by Zoom Video Communications on 2021/12/22.
6// Copyright © Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
16@interface ZoomVideoSDKCmdChannel : NSObject
25- (ZoomVideoSDKError)sendCommand:(NSString * _Nullable)commandContent receiveUser:(ZoomVideoSDKUser * _Nullable)user;
26
27@end
28
ZoomVideoSDKError
ZoomVideoSDKError An enumeration of error.
The command channel allows users to send commands or data (such as plain text or a binary encoded int...
Zoom Video SDK user information.