The InteractionConference type exposes the following members.

Constructors

  NameDescription
Public methodInteractionConference
Initializes a new instance of the InteractionConference class.

Methods

  NameDescription
Public methodAddParties
Adds parties to the InteractionConference.
Public methodAddPartiesAsync
Asynchronously adds parties to the InteractionConference.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetParties
Gets the parties in the InteractionConference.
Public methodGetPartiesAsync
Asynchronously gets the parties in the InteractionConference.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInviteParty
Invites a party to the InteractionConference.
Public methodInvitePartyAsync
Asynchronously invites a party to the InteractionConference.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyConferenceId
Gets the ID of the Conference.
Public propertyConferenceType
Gets the type of interactions being conferenced.
Public propertyInteractionsManager
Gets the InteractionManager with which this Conference is associated.

See Also