Preventing guest access
You can disallow guest access to meeting.
There are two tasks to complete: turn off the meeting policy and meeting login prompt. The user receives a Guest not allowed for this meeting message.
-
Log into the Sametime Admin and open the Anonymous policy.
Guests are assigned the Anonymous policy.
-
Locate the Meeting section of the policy and turn off the Allow Sametime Meetings attribute.
-
Update the configuration file to not allow a login prompt to display.
-
For Docker, in the .env file, specify the following:
REACT_APP_ALLOW_GUEST_LOGIN=false
-
For Kubernetes, Specify the following setting in values.yaml file, specify the following:
REACT_APP_ALLOW_GUEST_LOGIN:false
-
Parent topic: Managing Sametime Meetings