ApplicationSharingCall Class

Definition

public ref class ApplicationSharingCall : Microsoft::Rtc::Collaboration::Call
public class ApplicationSharingCall : Microsoft.Rtc.Collaboration.Call
type ApplicationSharingCall = class
    inherit Call
Public Class ApplicationSharingCall
Inherits Call
Inheritance
ApplicationSharingCall

Constructors

ApplicationSharingCall(Conversation)

Properties

ActiveMediaTypes
Obsolete.

Gets the list of active media types for the call.

(Inherited from Call)
ApplicationContext

Gets or sets an application-defined context.

(Inherited from Call)
CallId

Gets the CallId of the primary SIP session used by the call.

(Inherited from Call)
CanBeDeflected

Gets whether this call can be deflected to a destination URI other than given destination URI.

(Inherited from Call)
CanHandleTransferReceived

Gets whether the application supports handling of incoming transfer requests.

(Inherited from Call)
Conversation

Gets the conversation that contains this call.

(Inherited from Call)
DefaultMediaType
IsEarlyMediaSupported

Gets whether the call supports the reliable provisional response for early media.

(Inherited from Call)
IsReplacesSupported

Gets whether the local endpoint supports the call replacement feature.

(Inherited from Call)
IsThirdPartyCallControl

Gets whether the call is used in a third-party call control scenario.

(Inherited from Call)
IsUsingGeneratedIdentity

Gets whether the call should use a generated identity during call establishment to a trusted conference.

(Inherited from Call)
LocalTag

Gets the local tag of the primary session.

(Inherited from Call)
OriginalDestinationUri

Gets the original destination URI of the call.

(Inherited from Call)
RemoteEndpoint

Gets the remote endpoint of the call.

(Inherited from Call)
RemoteEndpointProperties

Gets the call-specific properties of the remote participant endpoint of this call.

(Inherited from Call)
RemoteTag

Gets the remote tag of the primary session.

(Inherited from Call)
RouteSetStatus

Gets the status of the dialog's route set.

(Inherited from Call)
State

Gets the current state of the call.

(Inherited from Call)
SupportedMediaTypes

Methods

BeginAccept(AsyncCallback, Object)

Accepts an incoming call.

(Inherited from Call)
BeginAccept(CallAcceptOptions, AsyncCallback, Object)

Accepts an incoming call with given options.

(Inherited from Call)
BeginEstablish(AppSharingCallEstablishOptions, AsyncCallback, Object)
BeginEstablish(AsyncCallback, Object)

Establishes an outgoing call.

(Inherited from Call)
BeginEstablish(CallEstablishOptions, AsyncCallback, Object)

Establishes an outgoing call with given options.

(Inherited from Call)
BeginEstablish(String, CallEstablishOptions, AsyncCallback, Object)

Establishes an outgoing call.

(Inherited from Call)
BeginHandleTermination(AsyncCallback, Object)

Handles termination in a class derived from the call class.

(Inherited from Call)
BeginSendInfo(ContentType, Byte[], IEnumerable<SignalingHeader>, AsyncCallback, Object)
Obsolete.

Sends an INFO message to the remote participant of this call.

(Inherited from Call)
BeginSendMessage(MessageType, ContentType, Byte[], IEnumerable<SignalingHeader>, AsyncCallback, Object)

Send a message to the remote participant specified.

(Inherited from Call)
BeginSendReliableProvisionalResponse(Int32, Boolean, CallProvisionalResponseOptions, AsyncCallback, Object)

This method can be used to send a reliable provisional response with option to send answer for early media. If the inviter supports 100rel and the local policy is not unsupported, this method will wait for the PRACK. Otherwise, this method will not require 100rel. Any application that supports 100rel is recommended to use this method for sending provisional response. SendProvisional method can be used only when the application knows for sure that the remote does not require 100rel.

(Inherited from Call)
BeginTerminate(AsyncCallback, Object)

Terminates the call. After the call is terminated it is no longer usable.

(Inherited from Call)
BeginTerminate(CallTerminateOptions, AsyncCallback, Object)

Terminates the call. After the call is terminated it is no longer usable.

(Inherited from Call)
BeginTerminate(IEnumerable<SignalingHeader>, AsyncCallback, Object)

Terminates the call. After the call is terminated it is no longer usable.

(Inherited from Call)
BeginTransfer(Call, CallTransferOptions, AsyncCallback, Object)

Initiates a transfer request to the remote participant of the current call to replace another existing call in Attended type.

(Inherited from Call)
BeginTransfer(String, CallTransferOptions, AsyncCallback, Object)

Initiates a transfer request to the remote participant to transfer the current call to the given transfer target in Attended or Unattended type.

(Inherited from Call)
BindMediaProvider(MediaProvider)

Binds a user-specified media provider to the call.

(Inherited from Call)
Decline()

Declines an incoming call with a 603 response code (DeclineEverywhere).

(Inherited from Call)
Decline(CallDeclineOptions)

Declines an incoming call with options.

(Inherited from Call)
EndAccept(IAsyncResult)

Determines whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed

(Inherited from Call)
EndEstablish(IAsyncResult)

Determines whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.

(Inherited from Call)
EndHandleTermination(IAsyncResult)

This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.

(Inherited from Call)
EndSendInfo(IAsyncResult)
Obsolete.

Determines whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.

(Inherited from Call)
EndSendMessage(IAsyncResult)

This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed

(Inherited from Call)
EndSendReliableProvisionalResponse(IAsyncResult)

This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed

(Inherited from Call)
EndTerminate(IAsyncResult)

Determines whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.

(Inherited from Call)
EndTransfer(IAsyncResult)

This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed

(Inherited from Call)
Forward(String)

Forwards the call to the specified target URI with a response code of 303.

(Inherited from Call)
Forward(String, CallForwardOptions)

Forwards the call to a different target URI with given options.

(Inherited from Call)
GetActiveMediaTypes()

Gets the active media types for the call.

(Inherited from Call)
GetMediaForDialReplaces()

Gets the enumeration of media types that MCU should offer when dialing or replacing this call.

(Inherited from Call)
GetNewEarlyDialog()

Returns the dialog context for the new early dialog.

(Inherited from Call)
GetTraceCorrelationID()

Gets the trace correlation id for this instance.

(Inherited from Call)
HandleCallMessageReceived(CallMessageReceivedEventArgs)

Handles a message received event in a class derived from the call class.

(Inherited from Call)
HandleFlowConfigurationRequested(MediaFlow)
HandleForwardReceived(CallForwardReceivedEventArgs)

Handles a forwarding event in a class derived from the call class.

(Inherited from Call)
HandleMessageReceived(MessageReceivedEventArgs)
Obsolete.

Handles a message received event in a class derived from the call class.

(Inherited from Call)
HandleStateChange(CallStateChangedEventArgs)

Indicates a state change in an instance of a class derived from the Call class.

(Inherited from Call)
HandleTransferNotificationReceived(TransferStateChangedEventArgs)
HandleTransferReceived(CallTransferReceivedEventArgs)
IsSupportedMediaType(String)

Determines whether the given media type is present in the list of supported media types.

(Inherited from Call)
MakeCallback(AsyncCallback, IAsyncResult)

Invokes a specified call using the application's queue for the events.

(Inherited from Call)
ProcessIncomingInviteHeaders(IEnumerable<SignalingHeader>)

Processes signaling headers present on the incoming call.

(Inherited from Call)
RaiseEvent<TEventArg>(EventHandler<TEventArg>, Object, TEventArg)

Raises a generic event with a specific event argument type to the application

(Inherited from Call)
SendProvisionalResponse(Int32, CallProvisionalResponseOptions)

Sends a provisional response synchronously.

(Inherited from Call)
UnbindMediaProvider()

Removes the currently bound media provider. BindMediaProvider(MediaProvider)

(Inherited from Call)

Events

ConversationChanged

Raised when this call is moved to a derived conversation.

(Inherited from Call)
InfoReceived
Obsolete.

Raised when an INFO message is received on this call.

(Inherited from Call)
MediaFlowConfigurationRequested
ProvisionalResponseReceived

Raised when a provisional response is received for an outgoing INVITE.

(Inherited from Call)
RemoteParticipantChanged

Raised when the remote participant that accepted this call cannot be verified as matching the original participant invited.

(Inherited from Call)
RouteSetStatusChanged

Raised when the state of the route set of the call changes.

(Inherited from Call)
StateChanged

Raised when the state of the call changes.

(Inherited from Call)

Extension Methods

GetRemoteParticipant(Call)
CreateSessionErrorReport(Call, DiagnosticsInformation)
GeneratePrimarySessionCallId(Call)
GetConferenceQoeServerAddress(Call)
GetIfCallFromVerifiedSource(Call)
GetMcuReplacesInformation(Call)
Redeliver(Call)
SetMissedCallStatus(Call, Boolean)

Applies to