POST Provider/Task/StartVideoProcess
If the provider is the interviewer, it can start the video call process by calling this function. Since every call requires a confirmation from the listener before the call can be made, it needs to inform the server that it is ready to make video call. It needs to call Task/NextAction to get the VideoEngine account info in order to make the video call.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |