Click or drag to resize
LyncPlatformLibraryConferenceMuteParticipant Method
Mutes the specified participant then raises a ParticipantMuted on completed operation.

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

Parameters

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