POST Client/Request/AudioConferenceConnected

Inform the server that the caller is having a video session with the other party.

Request Information

URI Parameters

None.

Body Parameters

ParaRequestTwilioConnection
NameDescriptionTypeAdditional information
CallId

string

None.

CallSuccessful

boolean

None.

CallTypeCodeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CallId": "sample string 1",
  "CallSuccessful": true,
  "CallTypeCodeId": 3
}

application/xml, text/xml

Sample:
<ParaRequestTwilioConnection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WEYILib.APIModels">
  <CallId>sample string 1</CallId>
  <CallSuccessful>true</CallSuccessful>
  <CallTypeCodeId>3</CallTypeCodeId>
</ParaRequestTwilioConnection>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.