Click or drag to resize
ConferenceRoomRemoveFromConference Method
Removes a phone call from the conference.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public void RemoveFromConference(
	ICall call
)

Parameters

call
Type: Ozeki.VoIPICall
The specified phone call object.
See Also