participantEndpoint resource type
Namespace: microsoft.graph.callRecords
Represents an participant endpoint in a call. The endpoint represents a user or user-like entity. Inherits from endpoint type.
Properties
Property | Type | Description |
---|---|---|
cpuCoresCount | Int32 | CPU number of cores used by the media endpoint. |
cpuName | String | CPU name used by the media endpoint. |
cpuProcessorSpeedInMhz | Int32 | CPU processor speed used by the media endpoint. |
feedback | microsoft.graph.callRecords.userFeedback | The feedback provided by the user of this endpoint about the quality of the session. |
identity | identitySet | Identity associated with the endpoint. |
name | String | Name of the device used by the media endpoint. |
userAgent | microsoft.graph.callRecords.userAgent | User-agent reported by this endpoint. |
JSON representation
The following is a JSON representation of the resource.
{
"feedback": {"@odata.type": "microsoft.graph.callRecords.userFeedback"},
"userAgent": {"@odata.type": "microsoft.graph.callRecords.userAgent"},
"feedback": {"@odata.type": "microsoft.graph.callRecords.userFeedback"},
"name": "String",
"cpuName": "String",
"cpuCoresCount": "Int32",
"cpuProcessorSpeedInMhz": "Int32",
"identity": {"@odata.type": "microsoft.graph.identitySet"}
}
Feedback
Submit and view feedback for