Class for audio conferencing.
| C# | Visual Basic | Visual C++ |
public class ConferenceRoom : IDisposable
Public Class ConferenceRoom _ Implements IDisposable
public ref class ConferenceRoom : IDisposable
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| 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.
|
| Object | |
| ConferenceRoom | |