LiveStreamState interface  
Properties
| error | error object in case there is a failure | 
| is | 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: booleanProperty Value
boolean