Click or drag to resize
LyncPlatformLibrary Methods

The LyncPlatformLibrary type exposes the following members.

Methods
  NameDescription
Public methodCloseConnection
Closes an existing SIP connection to a Lync server user endpoint and raises an event of type ConnectionClosed on completion.
Public methodStatic memberCreateInstance
Creates an instance of the current type.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMakeCall
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.
Public methodOpenConnection(String, Int32, String)
Opens a SIP connection to a Lync server user endpoint.
Public methodOpenConnection(String, String, String)
Opens a SIP connection to a Lync server user endpoint and raises an event of type ConnectionOpen on completion.
Public methodOpenConnection(String, Int32, String, String, LyncPlatformLibraryTransPortType)
Opens a SIP connection to a Lync server user endpoint and raises an event of type ConnectionOpen on completion.
Public methodStartConference
Starts a leader conference on the existing SIP connection and returns an event of type ConferenceStarted on completion.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWaitForIncomingCall
Waits for an incoming call on the existing SIP connection and raises an event of type WaitingForCall on completion.
Top
See Also