ConferenceInvitation Members
Class to build, send, receive and respond to conference invitations.
The ConferenceInvitation type exposes the following members.
Properties
Name | Description | |
---|---|---|
ConferenceUri | Gets the address of the conference for which this invitation was being created. | |
Conversation | Gets the conversation that holds this conference invitation. | |
IsImmediateAutoAcceptNeeded | Gets a flag indicating whether or not this invitation should be accepted immediately upon receipt. | |
State | Gets the current state of the invitation. |
Top
Methods
Name | Description | |
---|---|---|
BeginAccept(AsyncCallback, Object) | Asynchronously respond to the invitation indicating that the invitation was accepted. | |
BeginAccept(ConferenceInvitationAcceptOptions, AsyncCallback, Object) | ||
Decline()()()() | Respond to the invitation indicating that the invitation was declined. | |
Decline(ConferenceInvitationDeclineOptions) | ||
DeclineAll | ||
DeclineEverywhere | Respond to the invitation indicating that the invitation was declined. | |
EndAccept | End the asynchronous response operation. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAvailableMediaTypes | Gets an enumeration of available media types supported by the conference. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
AutoAcceptNeeded | Registrar for the auto accept event. | |
StateChanged | Registrar for the state changed event. |
Top