Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKCmdChannel.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import androidx.annotation.Nullable;
4
9public interface ZoomVideoSDKCmdChannel {
10
19 int sendCommand(@Nullable ZoomVideoSDKUser receiver, String strCmd);
20}
The command channel allows users to send commands or data (such as plain text or a binary encoded int...
int sendCommand(@Nullable ZoomVideoSDKUser receiver, String strCmd)
Sends custom commands or data to other users in the current session. Limit: up to 60 custom commands ...
Zoom Video SDK user information.