mediaStream resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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.

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"
}