Video SDK for Linux API Reference
|
The command channel allows users to send commands or data (such as plain text or a binary encoded into string) to other users in the same session. More...
#include <zoom_video_sdk_cmd_channel_interface.h>
Public Member Functions | |
virtual | ~IZoomVideoSDKCmdChannel () |
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 per second. | |
The command channel allows users to send commands or data (such as plain text or a binary encoded into string) to other users in the same session.
Definition at line 16 of file zoom_video_sdk_cmd_channel_interface.h.
|
inlinevirtual |
Definition at line 19 of file zoom_video_sdk_cmd_channel_interface.h.
|
pure virtual |
Send custom commands or data to other users in the current session. Limit: up to 60 custom commands per second.
receiver | The user who receives the command, if receiver is set to nullptr, the command is broadcast to all users. see IZoomVideoSDKUser. |
strCmd | The custom commands or data. |