Click or drag to resize
LyncPlatformLibraryMakeCall Method
Makes an outbound call on the existing SIP connection and raises an event of type CallEstablished when the call is connected or an event of type LyncPlatformLibraryCallProgressFailureType on call failure.

Namespace: Inkostar.Classes
Assembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int MakeCall(
	string destinationEndPoint,
	int secondsTimeout
)

Parameters

destinationEndPoint
Type: SystemString
The destination endpoint for the outbound call.
Examples
sip:someuser@host or tel:01233323445.
secondsTimeout
Type: SystemInt32
The timeout in seconds after which the call will fail if not answered.

Return Value

Type: Int32
The unique identifier for the current operation.
See Also