| LyncPlatformLibraryConferenceMuteParticipant Method |
Mutes the specified participant then raises a
ParticipantMuted on completed operation.
Namespace: Inkostar.ClassesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void MuteParticipant(
string participantUri
)
Public Sub MuteParticipant (
participantUri As String
)
public:
void MuteParticipant(
String^ participantUri
)
member MuteParticipant :
participantUri : string -> unit
Parameters
- participantUri
- Type: SystemString
The participant to be muted SIP endpoint.
Examplessomeone@mydomain.com
See Also