Video SDK for Windows API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_cmd_channel_interface.h
Go to the documentation of this file.
1
6#ifndef _ZOOM_VIDEO_SDK_CMD_CHANNEL_INTERFACE_H_
7#define _ZOOM_VIDEO_SDK_CMD_CHANNEL_INTERFACE_H_
9
11
12
20{
21public:
29 virtual ZoomVideoSDKErrors sendCommand(IZoomVideoSDKUser* receiver, const zchar_t* strCmd) = 0;
30};
32#endif
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.
wchar_t zchar_t