ZoomVideoSdkCmdChannelType: {
    sendCommand: (receiverId: string, strCmd: string) => Promise<Errors>;
}

The command channel allows users to send commands or data (such as plain text or a binary encoded into a string) to other users in the same session.

Type declaration

  • sendCommand: (receiverId: string, strCmd: string) => Promise<Errors>

    Send custom commands or data to other users in the current session. Limit: up to 60 custom commands per second.

MMNEPVFCICPMFPCPTTAAATR