Share via


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

isReceiving

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

mediaStreamType

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

streamSize

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

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

isReceiving

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

public isReceiving: boolean

Property Value

boolean

mediaStreamType

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

mediaStreamType: MediaStreamType

Property Value

streamSize

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

streamSize?: { height: number, width: number }

Property Value

{ height: number, width: number }

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