Provider
Synchronous
No Custom Parameters
Removes a connection from a conference.
LeaveConference removes the specified ConnectionId from the ConferenceId.
When the last connection is removed from a conference, the conference is automatically destroyed. The ConferenceId of that conference is no longer valid after that point.
Each connection in a conference uses one conference resource. Because this action removes one connection into the conference, one conference resource is released once this action has succeeded.
| Parameter Name | .NET Type | Default | Description |
|---|---|---|---|
| ConferenceId * | System.String | The conference to remove the connection from. | |
| Timeout | System.Int32 | The Timeout property specifies to the Application Runtime Environment how long
to wait for a response from the provider for the current action.
The ReturnValue returned in this case is Timeout. The value must be a literal value in milliseconds. | |
| ConnectionId * | System.String | Indicates the connection to remove from the conference. |
| Parameter Name | .NET Type | Description |
|---|---|---|
| ResultCode | System.String | A numeric code indicating the result status of the operation. A '0' indicates success; a positive number indicates an error. Please reference the Media Control Error Codes table for descriptions on specific error codes. |
Branch Conditions
No description.
No description.
No description.