Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKCmdChannel.java
Go to the documentation of this file.
1
package
us.zoom.sdk;
2
3
import
androidx.annotation.Nullable;
4
9
public
interface
ZoomVideoSDKCmdChannel
{
10
19
int
sendCommand
(@Nullable
ZoomVideoSDKUser
receiver, String strCmd);
20
}
us.zoom.sdk.ZoomVideoSDKCmdChannel
The command channel allows users to send commands or data (such as plain text or a binary encoded int...
Definition
ZoomVideoSDKCmdChannel.java:9
us.zoom.sdk.ZoomVideoSDKCmdChannel.sendCommand
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 ...
us.zoom.sdk.ZoomVideoSDKUser
Zoom Video SDK user information.
Definition
ZoomVideoSDKUser.java:8
vsdk
sdk
ZoomVideoSDKCmdChannel.java
Generated by
1.12.0