POST Client/Request/AppClientVideoConferenceDisConnected

Inform the server that third party leave conference

Request Information

URI Parameters

None.

Body Parameters

ParaThirdPartyVideoParticipantValidate
NameDescriptionTypeAdditional information
invitaionCode

string

None.

ExpirationSeconds

integer

None.

needNewToken

boolean

None.

SystemLanguageId

integer

None.

DeviceTypeCodeId

integer

None.

IsMannual

string

None.

Request Formats

application/json, text/json

Sample:
{
  "invitaionCode": "sample string 1",
  "ExpirationSeconds": 2,
  "needNewToken": true,
  "SystemLanguageId": 3,
  "DeviceTypeCodeId": 1,
  "IsMannual": "sample string 4"
}

application/xml, text/xml

Sample:
<ParaThirdPartyVideoParticipantValidate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <DeviceTypeCodeId>1</DeviceTypeCodeId>
  <ExpirationSeconds>2</ExpirationSeconds>
  <IsMannual>sample string 4</IsMannual>
  <SystemLanguageId>3</SystemLanguageId>
  <invitaionCode>sample string 1</invitaionCode>
  <needNewToken>true</needNewToken>
</ParaThirdPartyVideoParticipantValidate>

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.