InstantMessagingCall Members
Include Protected Members
Include Inherited Members
InstantMessagingCall is the class that supports instant messaging-based communication.
The InstantMessagingCall type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InstantMessagingCall | Creates a new instance of the InstantMessagingCall class. |
Top
Properties
Name | Description | |
---|---|---|
ActiveMediaTypes | Obsolete. (inherited from Call) | |
ApplicationContext | (inherited from Call) | |
CallId | (inherited from Call) | |
CanBeDeflected | (inherited from Call) | |
CanHandleTransferReceived | (inherited from Call) | |
Conversation | (inherited from Call) | |
DefaultMediaType | Gets the default media type for this call. (Overrides Call.DefaultMediaType.) | |
Flow | Gets an InstantMessagingFlow for this call. | |
IsEarlyMediaSupported | (inherited from Call) | |
IsImmediateAutoAcceptNeeded | Gets whether the call should be automatically accepted. immediately upon receipt. | |
IsReplacesSupported | (inherited from Call) | |
IsThirdPartyCallControl | (inherited from Call) | |
IsUsingGeneratedIdentity | (inherited from Call) | |
LocalTag | (inherited from Call) | |
OriginalDestinationUri | (inherited from Call) | |
RemoteEndpoint | (inherited from Call) | |
RemoteEndpointProperties | (inherited from Call) | |
RemoteTag | (inherited from Call) | |
RouteSetStatus | (inherited from Call) | |
State | (inherited from Call) | |
SupportedMediaTypes | Gets the list of supported Media names, which are acceptable m-lines in SDP offer/answer. (Overrides Call.SupportedMediaTypes.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
AutoAcceptNeeded | Raised when the call needs to be automatically accepted by the application. | |
ConversationChanged | (inherited from Call) | |
InfoReceived | Obsolete. (inherited from Call) | |
InstantMessagingFlowConfigurationRequested | Raised when InstantMessagingFlow is created. Applications can use this event handler to register for flow related event handlers and optionally set flow configuration. | |
ProvisionalResponseReceived | (inherited from Call) | |
RemoteParticipantChanged | (inherited from Call) | |
RouteSetStatusChanged | (inherited from Call) | |
StateChanged | (inherited from Call) |
Top