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