LiveStreamState interface

Properties

error

error object in case there is a failure

isStreaming

indicates whether meeting is streaming

Property Details

error

error object in case there is a failure

error?: { code: string, message?: string }

Property Value

{ code: string, message?: string }

isStreaming

indicates whether meeting is streaming

isStreaming: boolean

Property Value

boolean