RemoteVideoStreamState interface

State only version of <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream>.

Properties

id

Proxy of <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>.

isAvailable

Proxy of <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.isAvailable>.

mediaStreamType

Proxy of <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.mediaStreamType>.

view

<xref:VideoStreamRendererView> that is managed by createView/disposeView in StatefulCallClient API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.

Property Details

id

Proxy of <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>.

id: number

Property Value

number

isAvailable

Proxy of <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.isAvailable>.

isAvailable: boolean

Property Value

boolean

mediaStreamType

Proxy of <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.mediaStreamType>.

mediaStreamType: MediaStreamType

Property Value

view

<xref:VideoStreamRendererView> that is managed by createView/disposeView in StatefulCallClient API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.

view?: VideoStreamRendererViewState

Property Value