fbradyirl / webex_bot

Python package for a Webex Bot based on websockets.
MIT License
68 stars 44 forks source link

Add room membership check #17

Closed ciaranjordan closed 2 years ago

ciaranjordan commented 2 years ago

Added a new way to authorize users to interact with the bot.

You can set a room ID and the bot will check if the user is a member of that room before allowing the user to interact with it.