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>. |
is |
Proxy of <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.isReceiving>. |
media |
Proxy of <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.mediaStreamType>. |
stream |
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