Skip to content

Joining error failing fix #147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

vishwajeet-hash
Copy link

Fix #108
For turning on the captions in ms teams flow currently it is necessary that the mic of the bot entering is turned on as it joins the meet ...
This was one of the reason for failing at times while joining process..
That case is being handled here..

Copy link
Collaborator

@noah-duncan noah-duncan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. Currently, it does not work when running the bot in a docker container. In a docker container there is no microphone so the toggle element is disabled. See the screenshot:

image

Message: element click intercepted: Element <div '
                            'class="ui-box cx cy cz da db gk gl gm gn go dh di '
                            'dj dk dl dm dn do dp dq dr ds dt cn du dv dw dx '
                            'dy dz ea eb gp gq gr gs fo fp fq fr fs ft fu fv '
                            'ec fw ee fx ui-checkbox__indicator"></div> is not '
                            'clickable at point (550, 551).

You need to change the code so that it only attempts to click if it the toggle is enabled. When in the docker container it is disabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The microsoft teams bot joining takes place multiple times.
2 participants