Call Connection - Get Participant
通話から参加者を取得します。
GET {endpoint}/calling/callConnections/{callConnectionId}/participants/{participantRawId}?api-version=2024-09-15
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
call
|
path | True |
string |
呼び出し接続 ID |
endpoint
|
path | True |
string url |
Azure Communication リソースのエンドポイント。 |
participant
|
path | True |
string |
取得する参加者の生 ID。 |
api-version
|
query | True |
string |
呼び出す API のバージョン。 |
要求ヘッダー
名前 | 必須 | 型 | 説明 |
---|---|---|---|
Authorization | True |
string |
Azure Communication Services ユーザー アクセス トークン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
要求された参加者の詳細を返します。 |
|
Other Status Codes |
Communication |
エラー |
セキュリティ
Authorization
Azure Communication Services ユーザー アクセス トークン。
型:
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
通話参加者。
名前 | 型 | 説明 |
---|---|---|
identifier |
Communication |
|
isMuted |
boolean |
参加者がミュートされている |
isOnHold |
boolean |
参加者が保留になっています。 |