Type Alias ZoomVideoSdkLiveStreamHelperType
ZoomVideoSdkLiveStreamHelperType: { canStartLiveStream: () => Promise<Errors>; startLiveStream: ( streamUrl: string, streamKey: string, broadcastUrl: string, ) => Promise<Errors>; stopLiveStream: () => Promise<Errors>;} Type declaration
canStartLiveStream: () => Promise<Errors>
startLiveStream: (streamUrl: string, streamKey: string, broadcastUrl: string) => Promise<Errors>
stopLiveStream: () => Promise<Errors>
A class to operate the live stream.