Skip to content

Latest commit

 

History

History
67 lines (54 loc) · 2.09 KB

File metadata and controls

67 lines (54 loc) · 2.09 KB
title mediaStream resource type
description Contains information about the media channel.
author ananmishr
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 03/21/2024

mediaStream resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Contains information about the media channel.

Properties

Property Type Description
direction String The direction. The possible values are inactive, sendOnly, receiveOnly, sendReceive.
label String The media stream label.
mediaType String The media type. The possible values are unknown, audio, video, videoBasedScreenSharing, data.
serverMuted Boolean Indicates whether the server has muted the media.
sourceId String The source ID.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "direction": "inactive | sendOnly | receiveOnly | sendReceive",
  "label": "String",
  "mediaType": "unknown | audio | video | videoBasedScreenSharing | data",
  "serverMuted": true,
  "sourceId": "String"
}