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_
9
#include "
zoom_video_sdk_def.h
"
10
11
BEGIN_ZOOM_VIDEO_SDK_NAMESPACE
12
13
class
IZoomVideoSDKUser
;
16
class
IZoomVideoSDKCmdChannel
17
{
18
public
:
19
virtual
~IZoomVideoSDKCmdChannel
() {}
20
26
virtual
ZoomVideoSDKErrors
sendCommand
(
IZoomVideoSDKUser
* receiver,
const
zchar_t
* strCmd) = 0;
27
};
28
END_ZOOM_VIDEO_SDK_NAMESPACE
29
#endif
IZoomVideoSDKCmdChannel
The command channel allows users to send commands or data (such as plain text or a binary encoded int...
Definition
zoom_video_sdk_cmd_channel_interface.h:17
IZoomVideoSDKCmdChannel::~IZoomVideoSDKCmdChannel
virtual ~IZoomVideoSDKCmdChannel()
Definition
zoom_video_sdk_cmd_channel_interface.h:19
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:335
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:14
END_ZOOM_VIDEO_SDK_NAMESPACE
#define END_ZOOM_VIDEO_SDK_NAMESPACE
Definition
zoom_video_sdk_def.h:15
ZoomVideoSDKErrors
ZoomVideoSDKErrors
Enumeration of common Zoom Video SDK errors.
Definition
zoom_video_sdk_def.h:23
zchar_t
char zchar_t
Definition
zoom_video_sdk_platform.h:26
SDK-docs
Doxygen
linux
vsdk
h
helpers
zoom_video_sdk_cmd_channel_interface.h
Generated by
1.12.0