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 | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| ConferenceRoom()()()() |
Initializes a new instance of the ConferenceRoom class.
| |
| AddToConference(ICall) |
Adds a phone call to the conference.
| |
| CallConnected |
Occurs when a call has connected to the conference room.
| |
| CallDisconnected |
Occurs when a call has disconnected from the conference room.
| |
| ConnectReceiver(IAudioReceiver) |
Connects a media receiver to the conference room.
| |
| ConnectSender(IAudioSender) |
Connects a media sender to the conference room.
| |
| DisconnectReceiver(IAudioReceiver) |
Disconnects a connected media receiver from the conference room.
| |
| DisconnectSender(IAudioSender) |
Disconnects a connected media sender from the conference room.
| |
| Dispose()()()() |
Disposes the object.
| |
| Finalize()()()() | (Overrides Object.Finalize()()()().) | |
| ID | ||
| ParticipantCount | ||
| 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 | |
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290