Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 1.23 KB

File metadata and controls

59 lines (46 loc) · 1.23 KB
title mediaConfig resource type
description An abstract base class that contains the media configuration used to connect to a call.
author ananmishr
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

mediaConfig resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

An abstract base class that contains the media configuration used to connect to a call.

Properties

Property Type Description
removeFromDefaultAudioGroup Boolean Remove media from the default audio group.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "removeFromDefaultAudioGroup": true
}