| LyncPlatformLibraryMakeCall Method |
Namespace: Inkostar.ClassesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int MakeCall(
string destinationEndPoint,
int secondsTimeout
)
Public Function MakeCall (
destinationEndPoint As String,
secondsTimeout As Integer
) As Integer
public:
int MakeCall(
String^ destinationEndPoint,
int secondsTimeout
)
member MakeCall :
destinationEndPoint : string *
secondsTimeout : int -> int
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