@zoom/react-native-videosdk
    Preparing search index...

    Type Alias ZoomVideoSdkCmdChannelType

    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 ZoomVideoSdkCmdChannelType = {
        sendCommand: (receiverId: string, strCmd: string) => Promise<Errors>;
    }
    Index

    Properties

    Properties

    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.