| LyncPlatformLibrary Class |
Namespace: Inkostar.Classes
The LyncPlatformLibrary type exposes the following members.
| Name | Description | |
|---|---|---|
| CloseConnection |
Closes an existing SIP connection to a Lync server user endpoint and raises an event of type ConnectionClosed on completion.
| |
| CreateInstance |
Creates an instance of the current type.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MakeCall |
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.
| |
| OpenConnection(String, Int32, String) |
Opens a SIP connection to a Lync server user endpoint.
| |
| OpenConnection(String, String, String) |
Opens a SIP connection to a Lync server user endpoint and raises an event of type ConnectionOpen on completion.
| |
| OpenConnection(String, Int32, String, String, LyncPlatformLibraryTransPortType) |
Opens a SIP connection to a Lync server user endpoint and raises an event of type ConnectionOpen on completion.
| |
| StartConference |
Starts a leader conference on the existing SIP connection and returns an event of type ConferenceStarted on completion.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WaitForIncomingCall |
Waits for an incoming call on the existing SIP connection and raises an event of type WaitingForCall on completion.
|
| Name | Description | |
|---|---|---|
| OnLyncPlatformEvent |
The Lync platform API event handler for subscribing to SIP events notifications.
|