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

    A class to operate the live stream.

    type ZoomVideoSdkLiveStreamHelperType = {
        canStartLiveStream: () => Promise<Errors>;
        startLiveStream: (
            streamUrl: string,
            streamKey: string,
            broadcastUrl: string,
        ) => Promise<Errors>;
        stopLiveStream: () => Promise<Errors>;
    }

    Implemented by

    Index

    Properties

    canStartLiveStream: () => Promise<Errors>

    Check to see if you can start live streaming.

    startLiveStream: (
        streamUrl: string,
        streamKey: string,
        broadcastUrl: string,
    ) => Promise<Errors>

    Start live streaming.

    stopLiveStream: () => Promise<Errors>

    Set to stop live streaming.