Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.46 KB

File metadata and controls

61 lines (47 loc) · 1.46 KB
title appHostedMediaConfig resource type
description Media stack hosted by the application.
author ananmishr
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

appHostedMediaConfig resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Media stack hosted by the application.

Properties

Property Type Description
blob String The media configuration blob generated by smart media agent.
removeFromDefaultAudioGroup Boolean Remove audio from the default audio group

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "blob": "String",
  "removeFromDefaultAudioGroup": true
}