次の方法で共有


Call Media - Unhold

識別子を使用して参加者を呼び出しから保留解除します。

POST {endpoint}/calling/callConnections/{callConnectionId}:unhold?api-version=2024-09-15

URI パラメーター

名前 / 必須 説明
callConnectionId
path True

string

呼び出し接続 ID。

endpoint
path True

string

url

Azure Communication リソースのエンドポイント。

api-version
query True

string

呼び出す API のバージョン。

要求ヘッダー

名前 必須 説明
Authorization True

string

Azure Communication Services ユーザー アクセス トークン。

要求本文

名前 必須 説明
targetParticipant True

CommunicationIdentifierModel

operationContext

string

応答イベントに要求を関連付けるために通話中のアクションを呼び出すときに顧客が使用します。

応答

名前 説明
200 OK

保留されていない参加者の応答を返します。

Other Status Codes

CommunicationErrorResponse

エラー

セキュリティ

Authorization

Azure Communication Services ユーザー アクセス トークン。

型: apiKey
/: header

CallMedia_Unhold

要求のサンプル

POST https://contoso.communications.azure.com/calling/callConnections/18dea47f-b081-4107-9a5c-4300819d2c6c:unhold?api-version=2024-09-15

{
  "targetParticipant": {
    "kind": "communicationUser",
    "communicationUser": {
      "id": "8:acs:b9614373-fd0b-480c-8fd2-cb58b70eab9f_0f50d091-5bd3-448b-884d-44be7037d9b9"
    }
  }
}

応答のサンプル

定義

UnholdRequest

通話からの参加者を保持するための要求ペイロード。

名前 説明
operationContext

string

応答イベントに要求を関連付けるために通話中のアクションを呼び出すときに顧客が使用します。

targetParticipant

CommunicationIdentifierModel