This topic has not yet been rated - Rate this topic

Call methods

Lync 2013

The Call type exposes the following members.

  NameDescription
Public method BeginAccept(AsyncCallback, Object) Accepts an incoming call.
Public method BeginAccept(CallAcceptOptions, AsyncCallback, Object) Accepts an incoming call with given options.
Public method BeginEstablish(AsyncCallback, Object) Establishes an outgoing call.
Public method BeginEstablish(CallEstablishOptions, AsyncCallback, Object) Establishes an outgoing call with given options.
Public method BeginEstablish(String, CallEstablishOptions, AsyncCallback, Object) Establishes an outgoing call.
Protected method BeginHandleTermination Handles termination in a class derived from the call class.
Public method BeginSendInfo Obsolete. Sends an INFO message to the remote participant of this call.
Protected method BeginSendMessage Send a message to the remote participant specified.
Protected method BeginSendReliableProvisionalResponse 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.
Public method BeginTerminate(AsyncCallback, Object) Terminates the call. After the call is terminated it is no longer usable.
Public method BeginTerminate(CallTerminateOptions, AsyncCallback, Object) Terminates the call. After the call is terminated it is no longer usable.
Public method BeginTerminate(IEnumerable<SignalingHeader>, AsyncCallback, Object) Terminates the call. After the call is terminated it is no longer usable.
Protected method 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.
Protected method 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.
Public method BindMediaProvider Binds a user-specified media provider to the call.
Public method Decline() Declines an incoming call with a 603 response code (DeclineEverywhere).
Public method Decline(CallDeclineOptions) Declines an incoming call with options.
Public method EndAccept Determines whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed
Public method EndEstablish Determines whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.
Protected method EndHandleTermination This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.
Public method EndSendInfo Obsolete. Determines whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.
Protected method EndSendMessage This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed
Protected method EndSendReliableProvisionalResponse This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed
Public method EndTerminate Determines whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.
Protected method EndTransfer This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method Forward(String) Forwards the call to the specified target URI with a response code of 303.
Protected method Forward(String, CallForwardOptions) Forwards the call to a different target URI with given options.
Public method GetActiveMediaTypes Gets the active media types for the call.
Public method GetHashCode (Inherited from Object.)
Protected method GetMediaForDialReplaces Gets the enumeration of media types that MCU should offer when dialing or replacing this call.
Public method GetNewEarlyDialog Returns the dialog context for the new early dialog.
Public method GetTraceCorrelationID Gets the trace correlation id for this instance.
Public method GetType (Inherited from Object.)
Protected method HandleCallMessageReceived Handles a message received event in a class derived from the call class.
Protected method HandleFlowConfigurationRequested Synchronously raises the flow to the application.
Protected method HandleForwardReceived Handles a forwarding event in a class derived from the call class.
Protected method HandleMessageReceived Obsolete. Handles a message received event in a class derived from the call class.
Protected method HandleStateChange Indicates a state change in an instance of a class derived from the Call class.
Protected method HandleTransferNotificationReceived Handles a transfer notification received event in a class derived from the call class.
Protected method HandleTransferReceived Handles a transfer received event in a class derived from the call class.
Public method IsSupportedMediaType Determines whether the given media type is present in the list of supported media types.
Protected method MakeCallback Invokes a specified call using the application's queue for the events.
Protected method MemberwiseClone (Inherited from Object.)
Protected method ProcessIncomingInviteHeaders Processes signaling headers present on the incoming call.
Protected method RaiseEvent<TEventArg> Raises a generic event with a specific event argument type to the application
Protected method SendProvisionalResponse Sends a provisional response synchronously.
Public method ToString (Inherited from Object.)
Public method UnbindMediaProvider Removes the currently bound media provider. BindMediaProvider(MediaProvider)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.