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
13public interface ZoomVideoSDKCmdChannel {
14
29 int sendCommand(@Nullable ZoomVideoSDKUser receiver, String strCmd);
30}
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...
Zoom Video SDK user information.