1337w0rm / YeetMeet

YEET MEET is a telegram bot which can be deployed to a server, heroku or on your local machine. It can attend your Google Meet and Zoom classes for you. You can also schedule meetings and it will automatically join at the given time.
168 stars 103 forks source link

After Joining the meeting the Video Camera remains running #27

Closed Lucifer7535 closed 3 years ago

Lucifer7535 commented 3 years ago

Is there any way to turn off the camera as it remains running the whole time and shows black screen all the time to the meeting host.

Screenshot_20210113-213828

1337w0rm commented 3 years ago

options.add_experimental_option("prefs", { \ "profile.default_content_setting_values.media_stream_mic": 2, # 1:allow, 2:block "profile.default_content_setting_values.media_stream_camera": 2, "profile.default_content_setting_values.notifications": 2 })

Change these values in bot/init.py.

1:allow, 2:block

Lucifer7535 commented 3 years ago

Camera was still working and didn't got block