Click or drag to resize

ConferenceRoom Class

Class for audio conferencing.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPConferenceRoom

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class ConferenceRoom

The ConferenceRoom type exposes the following members.

Constructors
 NameDescription
Public methodConferenceRoom Initializes a new instance of the ConferenceRoom class.
Top
Properties
 NameDescription
Public propertyID 
Public propertyParticipantCount 
Top
Methods
 NameDescription
Public methodAddToConference Adds a phone call to the conference.
Public methodConnectReceiver Connects a media receiver to the conference room.
Public methodConnectSender Connects a media sender to the conference room.
Public methodDisconnectReceiver Disconnects a connected media receiver from the conference room.
Public methodDisconnectSender Disconnects a connected media sender from the conference room.
Public methodDispose Disposes the object.
Protected methodFinalize
(Overrides ObjectFinalize)
Public methodRemoveFromConference Removes a phone call from the conference.
Public methodStartConferencing Starts the previously added calls and begins the conferencing.
Public methodStopConferencing Hangs up all the phone calls and stops the conferencing. Both the phone calls and the media connections will be removed.
Top
Events
 NameDescription
Public eventCallConnected Occurs when a call has connected to the conference room.
Public eventCallDisconnected Occurs when a call has disconnected from the conference room.
Top
See Also