How to disable the Adobe Connect Meeting pop-up which appears when Participants raise their hand
OBJECTIVE: How to disable pop-up which appears when Participants raise their hands (On-Premise only)
ENVIRONMENT:
- Adobe connect On-premise
- Adobe connect version – 11.4.5
RESOLUTION:
1. Go to \Connect\11.2.0\appserv\common\meetinghtml.
2. Take a backup of index.html file.
3. Add below text towards the end of index.html file:
li[data-notifier-id=”raiseHandRequest”]
{
display:none !important
4. Save index.html file.
5. Restart Adobe connect service, Adobe Media Server service.
6. Start a new meeting and check again.