| title | serviceHostedMediaConfig resource type |
|---|---|
| description | The media that's hosted remotely. |
| author | ananmishr |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The media that's hosted remotely. This is inherited from mediaConfig.
| Property | Type | Description |
|---|---|---|
| preFetchMedia | mediaInfo collection | The list of media to prefetch. |
| removeFromDefaultAudioGroup | Boolean | Remove self participant from default audio group. |
None.
The following JSON representation shows the resource type.
{
"preFetchMedia": [ { "@odata.type": "microsoft.graph.mediaInfo" } ],
"removeFromDefaultAudioGroup": true
}