The SetListen command enables or disables the listen privilege for a Conference Participant in this PerCL execution context. The Participant can hear what the other Participants are saying only if this privilege is enabled.
Nesting Rules
No actions can be nested within SetListen and SetListen cannot be nested in any other actions..
Example
[
{
"SetListen" : {
"listen": false
}
}
]Command Attributes
SetListen supports the following attributes that modify its behavior:
listen
OPTIONALType: boolean
Default:true
Specifying false will silence the Conference for this Participant.