| title | serviceHostedMediaConfig resource type |
|---|---|
| description | The serviceHostedMediaConfig type. |
| author | ananmishr |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 04/03/2024 |
Namespace: microsoft.graph
The media that's hosted remotely and is inherited from mediaConfig.
| Property | Type | Description |
|---|---|---|
| preFetchMedia | mediaInfo collection | The list of media to pre-fetch. |
The following JSON representation shows the resource type.
{
"preFetchMedia": [ { "@odata.type": "microsoft.graph.mediaInfo" } ]
}