Video SDK for Linux API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_cmd_channel_interface.h
Go to the documentation of this file.
1
7#ifndef _ZOOM_VIDEO_SDK_CMD_CHANNEL_INTERFACE_H_
8#define _ZOOM_VIDEO_SDK_CMD_CHANNEL_INTERFACE_H_
10
12
17{
18public:
20
26 virtual ZoomVideoSDKErrors sendCommand(IZoomVideoSDKUser* receiver, const zchar_t* strCmd) = 0;
27};
29#endif
The command channel allows users to send commands or data (such as plain text or a binary encoded int...
virtual ZoomVideoSDKErrors sendCommand(IZoomVideoSDKUser *receiver, const zchar_t *strCmd)=0
Send custom commands or data to other users in the current session. Limit: up to 60 custom commands p...
Zoom Video SDK Common Definition File.
#define BEGIN_ZOOM_VIDEO_SDK_NAMESPACE
#define END_ZOOM_VIDEO_SDK_NAMESPACE
ZoomVideoSDKErrors
Enumeration of common Zoom Video SDK errors.