The ConferenceInvitationReceivedEventArgstype exposes the following members.

Methods

  Name Description
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString
Shows the properties in this event args class.
(Overrides ObjectToString () () () .)

Properties

  Name Description
DiversionContext
Gets the diversion context information, if available.
(Inherited from InviteReceivedEventArgs.)
Endpoint
Gets or sets the endpoint.
(Inherited from InviteReceivedEventArgs.)
Invitation
Gets the incoming ConferenceInvitation.
IsConferenceDialOut
Gets whether the incoming call is from an MCU hosting a conference.
(Inherited from InviteReceivedEventArgs.)
IsForked
Gets whether the invite was sent to multiple points of presence.
(Inherited from InviteReceivedEventArgs.)
IsScreened
Gets whether the RemoteParticipant was screened against the LocalParticipant's container membership.
(Inherited from InviteReceivedEventArgs.)
OnBehalfOfParticipant
Gets the participant on whose behalf the invite was sent.
(Inherited from InviteReceivedEventArgs.)
RemoteParticipant
Gets the participant that sent the invite.
(Inherited from InviteReceivedEventArgs.)
RequestData
Gets the SIP request data for the event. This can be null in some instances.
(Inherited from SipRequestReceivedEventArgs.)
ToastMessage
Gets the toast message associated with this conference invitation.
(Overrides InviteReceivedEventArgs . . :: . ToastMessage.)
TransferredBy
Gets the transferor URI, if present in the incoming INVITE
(Inherited from InviteReceivedEventArgs.)

See Also