| title | mediaStream resource type |
|---|---|
| description | Contains information about the media channel. |
| author | ananmishr |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Contains information about the media channel.
| Property | Type | Description |
|---|---|---|
| direction | String | The direction. The possible values are inactive, sendOnly, receiveOnly, sendReceive. |
| label | String | The media stream label. |
| mediaType | String | The media type. The possible values are unknown, audio, video, videoBasedScreenSharing, data. |
| serverMuted | Boolean | Indicates whether the server has muted the media. |
| sourceId | String | The source ID. |
None.
The following JSON representation shows the resource type.
{
"direction": "inactive | sendOnly | receiveOnly | sendReceive",
"label": "String",
"mediaType": "unknown | audio | video | videoBasedScreenSharing | data",
"serverMuted": true,
"sourceId": "String"
}