callMediaState resource type

Namespace: microsoft.graph

Represents the media state for a call.

Properties

Property Type Description
audio mediaState The audio media state. Possible values are: active, inactive, unknownFutureValue.

JSON representation

The following is a JSON representation of the resource.

{
  "audio": "active | inactive",
}