How do I hide the “Join Private Room” option in the Group Chat feature?
Follow the instructions below to disable the option to join a Private Chat Room in the Chat feature:
1) Log into your App Manager and select your app.
2)Click Colors from the left-hand-side of the screen (or the middle of the screen).
3)Scroll down to the Advanced SCSS box. If there is already code in the box do not delete it! Simply add this code “below” the last character of code in the box.
/** Begin hide chat join private room.*/
.chatrooms.popover-content-custom.scroll-content.ionic-scroll div.list div:nth-child(1){
display:none;
}
/** End hide chat join private room.*/
4)Click Save.