LeaveConference

Metreos.MediaControl.LeaveConference

Summary

Removes a connection from a conference.

Usage

LeaveConference removes the specified ConnectionId from the ConferenceId.

Remarks

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.

Action Parameters
Parameter Name.NET TypeDefaultDescription
TimeoutSystem.Int32The 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.StringIndicates the connection to remove from the conference.
ConferenceId *System.StringThe conference to remove the connection from.
Result Data
Parameter Name.NET TypeDescription
ResultCodeSystem.StringA 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 

Success

No description.

Failure

No description.

Timeout

No description.