Skip to content

Bot is not joining the meeting that I've scheduled #76

@harikanani

Description

@harikanani

Describe the bug
the bot (this program) is not joining the meeting. I've set the meeting time and started the script but not joined the meeting at a time and then it's waiting for the next meeting.

Expected behavior
join the meeting that I've scheduled

Configuration file

{
  "email": "",
  "password": "",

  "run_at_time": "11:45",

  "meeting_mode": 3,
  "organisation_num" : 1,
  "random_delay": false,
  "check_interval": 10,

  "join_message": "",

  "auto_leave_after_min": 60,
  "leave_if_last": true,
  "leave_threshold_number": "",
  "leave_threshold_percentage": "",
  "pause_search": true,

  "headless" : false,
  "mute_audio": true,
  "chrome_type": "google-chrome",

  "blacklist": [
    {
      "team_name": "Example Team 1",
      "channel_names": [
        "First Channel to blacklist in this team",
        "Second Channel to blacklist"
      ]
    },
     {
      "team_name": "Blacklist whole team",
      "channel_names": [
      ]
    }
  ],
  "blacklist_meeting_re": ""
}

Desktop (please complete the following information):

  • OS: Windows
  • Browser: chrome
  • Version: 88.0.4324.182 (Official Build) (64-bit)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions