Click or drag to resize
LyncPlatformLibraryConferenceAddParticipant Method
Dials then adds a participant into the current conference session. On failure raises a ConferenceFailed with a reason code. On success raises a ConferenceParticipantJoined

Namespace: Inkostar.Classes
Assembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void AddParticipant(
	string participantUri
)

Parameters

participantUri
Type: SystemString
The participant to be added SIP endpoint.
Examples
someone@mydomain.com
See Also