Call Connection - Get Participant
從通話取得參與者。
GET {endpoint}/calling/callConnections/{callConnectionId}/participants/{participantRawId}?api-version=2024-09-15
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
call
|
path | True |
string |
呼叫連線標識碼 |
endpoint
|
path | True |
string url |
Azure 通訊資源的端點。 |
participant
|
path | True |
string |
要擷取之參與者的原始標識碼。 |
api-version
|
query | True |
string |
要叫用的 API 版本。 |
要求標頭
名稱 | 必要 | 類型 | Description |
---|---|---|---|
Authorization | True |
string |
Azure 通訊服務用戶存取令牌。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
傳回要求參與者的詳細數據。 |
|
Other Status Codes |
Communication |
錯誤 |
安全性
Authorization
Azure 通訊服務用戶存取令牌。
類型:
apiKey
位於:
header
範例
CallConnection_GetParticipant
範例要求
GET https://contoso.communications.azure.com/calling/callConnections/18dea47f-b081-4107-9a5c-4300819d2c6c/participants/8:acs:b9614373-fd0b-480c-8fd2-cb58b70eab9f_da7be3a9-8788-42a6-85c6-56b2cf784fce?api-version=2024-09-15
範例回覆
{
"identifier": {
"kind": "communicationUser",
"communicationUser": {
"id": "8:acs:b9614373-fd0b-480c-8fd2-cb58b70eab9f_da7be3a9-8788-42a6-85c6-56b2cf784fce"
}
},
"isMuted": false
}
定義
CallParticipant
通話參與者。
名稱 | 類型 | Description |
---|---|---|
identifier |
Communication |
|
isMuted |
boolean |
參與者已靜音 |
isOnHold |
boolean |
為保留參與者。 |