media resource type
Namespace: microsoft.graph.callRecords
Represents the media (audio, video, video-based screen-sharing, etc.) used in a call.
Properties
Property | Type | Description |
---|---|---|
calleeDevice | microsoft.graph.callRecords.deviceInfo | Device information associated with the callee endpoint of this media. |
calleeNetwork | microsoft.graph.callRecords.networkInfo | Network information associated with the callee endpoint of this media. |
callerDevice | microsoft.graph.callRecords.deviceInfo | Device information associated with the caller endpoint of this media. |
callerNetwork | microsoft.graph.callRecords.networkInfo | Network information associated with the caller endpoint of this media. |
label | String | How the media was identified during media negotiation stage. |
streams | microsoft.graph.callRecords.mediaStream collection | Network streams associated with this media. |
JSON representation
The following JSON representation shows the resource type.
{
"calleeDevice": {"@odata.type": "microsoft.graph.callRecords.deviceInfo"},
"calleeNetwork": {"@odata.type": "microsoft.graph.callRecords.networkInfo"},
"callerDevice": {"@odata.type": "microsoft.graph.callRecords.deviceInfo"},
"callerNetwork": {"@odata.type": "microsoft.graph.callRecords.networkInfo"},
"label": "String",
"streams": [{"@odata.type": "microsoft.graph.callRecords.mediaStream"}]
}