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_
8
#include "
zoom_video_sdk_def.h
"
9
10
BEGIN_ZOOM_VIDEO_SDK_NAMESPACE
11
12
13
class
IZoomVideoSDKUser
;
19
class
IZoomVideoSDKCmdChannel
20
{
21
public
:
22
virtual
~IZoomVideoSDKCmdChannel
() {}
29
virtual
ZoomVideoSDKErrors
sendCommand
(
IZoomVideoSDKUser
* receiver,
const
zchar_t
* strCmd) = 0;
30
};
31
END_ZOOM_VIDEO_SDK_NAMESPACE
32
#endif
IZoomVideoSDKCmdChannel
The command channel.
Definition
zoom_video_sdk_cmd_channel_interface.h:20
IZoomVideoSDKCmdChannel::~IZoomVideoSDKCmdChannel
virtual ~IZoomVideoSDKCmdChannel()
Definition
zoom_video_sdk_cmd_channel_interface.h:22
IZoomVideoSDKCmdChannel::sendCommand
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...
IZoomVideoSDKUser
User object interface.
Definition
zoom_video_sdk_user_helper_interface.h:396
zoom_video_sdk_def.h
Zoom Video SDK Common Definition File.
BEGIN_ZOOM_VIDEO_SDK_NAMESPACE
#define BEGIN_ZOOM_VIDEO_SDK_NAMESPACE
Definition
zoom_video_sdk_def.h:13
END_ZOOM_VIDEO_SDK_NAMESPACE
#define END_ZOOM_VIDEO_SDK_NAMESPACE
Definition
zoom_video_sdk_def.h:14
ZoomVideoSDKErrors
ZoomVideoSDKErrors
Enumeration of common Zoom Video SDK errors.
Definition
zoom_video_sdk_def.h:22
zchar_t
wchar_t zchar_t
Definition
zoom_video_sdk_platform.h:23
SDK-docs
Doxygen
windows
vsdk
h
helpers
zoom_video_sdk_cmd_channel_interface.h
Generated by
1.12.0