Click or drag to resize
LyncPlatformLibraryStartConference Method
Starts a leader conference on the existing SIP connection and returns an event of type ConferenceStarted on completion.

Namespace: Inkostar.Classes
Assembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int StartConference(
	string leaderUri
)

Parameters

leaderUri
Type: SystemString
The conference leader endpoint under whom the conference will be hosted.
Examples
someuser@mydomain.com

Return Value

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