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
13
public
interface
ZoomVideoSDKCmdChannel
{
14
29
int
sendCommand
(@Nullable
ZoomVideoSDKUser
receiver, String strCmd);
30
}
us.zoom.sdk.ZoomVideoSDKCmdChannel
Definition
ZoomVideoSDKCmdChannel.java:13
us.zoom.sdk.ZoomVideoSDKCmdChannel.sendCommand
int sendCommand(@Nullable ZoomVideoSDKUser receiver, String strCmd)
Send custom commands or data to other users in the current session. Limit: up to 60 custom commands p...
us.zoom.sdk.ZoomVideoSDKUser
Zoom Video SDK user information.
Definition
ZoomVideoSDKUser.java:8
sdk
ZoomVideoSDKCmdChannel.java
Generated by
1.12.0