Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents the media state for a call.
Properties
| Property | Type | Description |
|---|---|---|
| audio | mediaState | The audio media state. The possible values are: active, inactive, unknownFutureValue. |
JSON representation
The following JSON representation shows the resource type.
{
"audio": "active | inactive",
}