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

A class to operate the live stream.

Type declaration

  • 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.

MMNEPVFCICPMFPCPTTAAATR