You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
Would make it easier to maintain since you won't need to go looking for the strings (given that Google Meet UI changes often) and also a better notion of how "hacky" things are.
The text was updated successfully, but these errors were encountered:
I think even better is to make these environment variables so that you don't need to rebuild your application or push code to update the bot. Ideally, the selectors are not HTML elements but rather a more robust mechanism that simply looks for an HTML element with the words "Record" when you hover over it...that's obviously much harder.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Example: https://github.com/balena-io-playground/meetbot/blob/0a824f03066bb0d34b3d9cbb4501857436038604/src/meetbot/features/record.ts#L15
Would make it easier to maintain since you won't need to go looking for the strings (given that Google Meet UI changes often) and also a better notion of how "hacky" things are.
The text was updated successfully, but these errors were encountered: