participantInfo 资源类型

命名空间:microsoft.graph

包含有关参与者标识的其他属性

属性

属性 类型 说明
countryCode String 呼叫开始时参与者的最佳估计物理位置的 ISO 3166-1 Alpha-2 国家/地区代码。 只读。
endpointType 字符串 参与者使用的终结点类型。 可能的值为: defaultskypeForBusinessskypeForBusinessVoipPhone。 只读。
identity identitySet 与此参与者关联的 identitySet。 只读。
languageId 字符串 语言区域性字符串。 只读。
region 字符串 参与者的主页区域。 它可以是国家/地区、洲或较大的地理区域。 这不会根据参与者的当前物理位置而更改。 只读。
participantId 字符串 参与者的参与者 ID。 只读。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "countryCode": "String",
  "identity": { "@odata.type": "#microsoft.graph.identitySet" },
  "endpointType": "default | skypeForBusiness | skypeForBusinessVoipPhone",
  "languageId": "String",
  "region": "String",
  "participantId": "String"
}