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 JSON representation shows the resource type.
{
"audio": "active | inactive",
}