CallFeatureStreamState interface
Solo versión de estado de <xref:%40azure%2Fcommunication-calling%23CallFeatureStream>. Representa el estado del flujo de características de llamada.
- Extends
Propiedades
| feature | El nombre de la secuencia de características de llamada. |
Propiedades heredadas
| id | Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>. |
| is |
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.isAvailable>. |
| is |
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.isReceiving>. |
| media |
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.mediaStreamType>. |
| stream |
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.size>. |
| view | <xref:VideoStreamRendererView> que administra createView/disposeView en StatefulCallClient API. Esto puede ser indefinido si la secuencia aún no se ha representado y definido después de que createView cree la vista. |
Detalles de las propiedades
feature
El nombre de la secuencia de características de llamada.
feature?: "togetherMode"
Valor de propiedad
"togetherMode"
Detalles de las propiedades heredadas
id
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>.
id: number
Valor de propiedad
number
Heredado deRemoteVideoStreamState.id
isAvailable
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.isAvailable>.
isAvailable: boolean
Valor de propiedad
boolean
heredado deRemoteVideoStreamState.isAvailable
isReceiving
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.isReceiving>.
public isReceiving: boolean
Valor de propiedad
boolean
heredado deRemoteVideoStreamState.isReceiving
mediaStreamType
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.mediaStreamType>.
mediaStreamType: MediaStreamType
Valor de propiedad
heredado deRemoteVideoStreamState.mediaStreamType
streamSize
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.size>.
streamSize?: { height: number, width: number }
Valor de propiedad
{ height: number, width: number }
heredado deRemoteVideoStreamState.streamSize
view
<xref:VideoStreamRendererView> que administra createView/disposeView en StatefulCallClient API. Esto puede ser indefinido si la secuencia aún no se ha representado y definido después de que createView cree la vista.
view?: VideoStreamRendererViewState
Valor de propiedad
heredado deRemoteVideoStreamState.view