participantEndpoint 资源类型

命名空间:microsoft.graph.callRecords

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示调用中 (用户或类似用户的实体) 的参与者终结点。

继承自 终结点

属性

属性 类型 说明
associatedIdentity identity 与终结点关联的标识。
cpuCoresCount Int32 媒体终结点使用的核心的 CPU 数。
cpuName String 媒体终结点使用的 CPU 名称。
cpuProcessorSpeedInMhz Int32 媒体终结点使用的 CPU 处理器速度。
反馈 microsoft.graph.callRecords.userFeedback 此终结点的用户提供的关于会话质量的反馈。
name String 媒体终结点使用的设备的名称。
userAgent microsoft.graph.callRecords.userAgent 此终结点报告的用户代理。
标识 (已弃用) identitySet 与终结点关联的标识。 标识属性已弃用,将于 2026 年 6 月 30 日停止返回数据。 今后,请使用 associatedIdentity 属性。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "associatedIdentity": {"@odata.type": "microsoft.graph.identity"},
  "cpuCoresCount": "Int32",
  "cpuName": "String",
  "cpuProcessorSpeedInMhz": "Int32",
  "feedback": {"@odata.type": "microsoft.graph.callRecords.userFeedback"},
  "identity": {"@odata.type": "microsoft.graph.identitySet"},
  "name": "String",
  "userAgent": {"@odata.type": "microsoft.graph.callRecords.userAgent"}
}