Ozeki VoIP SDK Class library
ConferenceRoom Class
NamespacesOzeki.MediaConferenceRoom
Class for audio conferencing.
Declaration Syntax
C#Visual BasicVisual C++
public class ConferenceRoom : IDisposable
Public Class ConferenceRoom _
	Implements IDisposable
public ref class ConferenceRoom : IDisposable
Members
All MembersConstructorsMethods



IconMemberDescription
ConferenceRoom()()()()
Initializes a new instance of the ConferenceRoom class.

AddToConference(ICall)
Adds a phone call to the conference.

ConnectReceiver(AudioHandler)
Connects a media receiver to the conference room.

ConnectSender(AudioHandler)
Connects a media sender to the conference room.

DisconnectReceiver(AudioHandler)
Disconnects a connected media receiver from the conference room.

DisconnectSender(AudioHandler)
Disconnects a connected media sender from the conference room.

Dispose()()()()
Disposes the object.

Finalize()()()()
(Overrides Object.Finalize()()()().)
RemoveFromConference(ICall)
Removes a phone call from the conference.

StartConferencing()()()()
Starts the previously added calls and begins the conferencing.

StopConferencing()()()()
Hangs up all the phone calls and stops the conferencing. Both the phone calls and the media connections will be removed.

Inheritance Hierarchy
Object
ConferenceRoom

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243