Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 1.71 KB

File metadata and controls

61 lines (48 loc) · 1.71 KB
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

serviceHostedMediaConfig resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The media that's hosted remotely. This is inherited from mediaConfig.

Properties

Property Type Description
preFetchMedia mediaInfo collection The list of media to prefetch.
removeFromDefaultAudioGroup Boolean Remove self participant from default audio group.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "preFetchMedia": [ { "@odata.type": "microsoft.graph.mediaInfo" } ],
  "removeFromDefaultAudioGroup": true
}