ConferenceInvitation Members

Class to build, send, receive and respond to conference invitations.

The ConferenceInvitation type exposes the following members.

Properties

  Name Description
Public property ConferenceUri Gets the address of the conference for which this invitation was being created.
Public property Conversation Gets the conversation that holds this conference invitation.
Public property IsImmediateAutoAcceptNeeded Gets a flag indicating whether or not this invitation should be accepted immediately upon receipt.
Public property State Gets the current state of the invitation.

Top

Methods

  Name Description
Public method BeginAccept(AsyncCallback, Object) Asynchronously respond to the invitation indicating that the invitation was accepted.
Public method BeginAccept(ConferenceInvitationAcceptOptions, AsyncCallback, Object)
Public method Decline()()()() Respond to the invitation indicating that the invitation was declined.
Public method Decline(ConferenceInvitationDeclineOptions)
Public method DeclineAll
Public method DeclineEverywhere Respond to the invitation indicating that the invitation was declined.
Public method EndAccept End the asynchronous response operation.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAvailableMediaTypes Gets an enumeration of available media types supported by the conference.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event AutoAcceptNeeded Registrar for the auto accept event.
Public event StateChanged Registrar for the state changed event.

Top

See Also

Reference

ConferenceInvitation Class

Microsoft.Rtc.Collaboration Namespace