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

    Implements

    Index
    • Returns the current streaming join status.

      Returns Promise<any>

    • Joins broadcast streaming asynchronously. Result arrives via EventType.onStreamingJoinStatusChanged.

      Parameters

      Returns Promise<any>

    • Leaves broadcast streaming asynchronously. Result arrives via EventType.onStreamingJoinStatusChanged.

      Returns Promise<any>

    • Sends a chat message to all participants in the broadcast stream.

      Parameters

      • content: string

      Returns Promise<any>

    • Sends an emoji reaction to all participants in the broadcast stream.

      Parameters

      Returns Promise<any>