participantInfo 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
包含有关参与者标识的其他属性
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| countryCode | String | 呼叫开始时参与者的最佳估计物理位置的 ISO 3166-1 Alpha-2 国家/地区代码。 只读。 |
| endpointType | 字符串 | 参与者使用的终结点类型。 可能的值为: default、 skypeForBusiness或 skypeForBusinessVoipPhone。 只读。 |
| identity | identitySet | 与此参与者关联的 identitySet。 只读。 |
| languageId | 字符串 | 语言区域性字符串。 只读。 |
| region | 字符串 | 参与者的主页区域。 它可以是国家/地区、洲或较大的地理区域。 这与 countryCode 不同,这不会基于参与者的当前物理位置而更改。 只读。 |
| platformId | 字符串 | 参与者的客户端平台 ID。 只读。 |
| participantId | 字符串 | 参与者的参与者 ID。 只读。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"countryCode": "String",
"identity": { "@odata.type": "#microsoft.graph.identitySet" },
"endpointType": "default | skypeForBusiness | skypeForBusinessVoipPhone",
"languageId": "String",
"region": "String",
"platformId": "String",
"participantId": "String"
}
反馈
提交和查看相关反馈