RemoteVideoStreamState interface
State only version of <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream>.
Properties
id | Proxy of <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>. |
is |
Proxy of <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.isAvailable>. |
media |
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