ZoomVideoSdkCmdChannel class

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.

Inheritance
  • Object
  • PlatformInterface
  • ZoomVideoSdkCmdChannel

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendCommand(String receiverId, String strCmd) Future<String>
Send custom commands or data to other users in the current session. Limit: up to 60 custom commands per second.
receiverId userId of the user who receives the command.
strCmd the custom commands or data, represented in string format.
Return ZoomVideoSDKError_Success if the function succeeds. Otherwise, this function returns an error.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited