| LyncPlatformLibraryStartConference Method |
Starts a leader conference on the existing SIP connection and returns an event of type
ConferenceStarted on completion.
Namespace: Inkostar.ClassesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int StartConference(
string leaderUri
)
Public Function StartConference (
leaderUri As String
) As Integer
public:
int StartConference(
String^ leaderUri
)
member StartConference :
leaderUri : string -> int
Parameters
- leaderUri
- Type: SystemString
The conference leader endpoint under whom the conference will be hosted.
Examplessomeuser@mydomain.com
Return Value
Type:
Int32
The unique identifier for the current operation.
See Also