Aug 02 2019 11:56 AM
We have a computer/monitor in the office persistently hosting a meeting which allows remote employee's to join/leave at-will and share their cameras.
The local computer is unattended and needs to be able to start/restart/join/rejoin the meeting without local intervention.
The question is how do we configure the local computer to:
1. Automatically join a daily scheduled meeting in the morning at start of the work day
OR (if that can't be done)
2. Never leave a meeting that runs forever and automatically re-join if it drops
Aug 07 2019 02:02 AM
Hi,
No native way that I know about but maybe you could use AutoIt or similar software to automated click on join every morning.
/Linus
Jan 27 2020 11:09 AM
I am trying to do the same. Did you find a suitable solution for this?
Jan 27 2020 04:18 PM
Also keen to implement this if someone finds a way!
Jan 27 2020 04:21 PM
@PaulF707 Negative, we still haven't found or implemented a solution on this one : /
Jan 27 2020 06:16 PM
If you have a persistent link for the meetings, perhaps try having the URL load at start-up. You would need to ensure that credentials are saved/loaded into the browser.
Jan 27 2020 10:39 PM
@
Even with a URL, there are a couple of mouse clicks to get it to open in the teams app, and the another click in the app to join the meeting.
I'm going to try AutoIt, but I may have to stick with Zoom for this particular usage....
Jan 28 2020 04:44 AM
Found 1 small improvement
The meeting URL starts teams.microsoft.com/l/meetup-join/…….
If you add in:
teams.microsoft.com/_#/l/meetup-join/…….
then this bypasses the option to open app or open in web. (and opens it in the browser)
I just need to find a way to emulate the 'Join Now' button.......
Jan 28 2020 05:34 AM
It's not immediately obvious, but the 'Join' button (in Edge) has 'focus' and can be activated by the Enter key.
This crude solution using VBS and SendKeys appears to be working at the moment (subject to further testing).
Apr 24 2020 03:51 PM - edited Apr 24 2020 04:14 PM
I researched this question a while back, when I was trying to auto-start Zoom meetings, and came up with a solution that would likely work to start Teams meetings as well.
I wrote a four-line Windows Powershell script that:
(Newer browsers require a confirmation—they won't go right into the meeting—so I set the default browser to be an older version of Internet Explorer that will launch and join the meeting without confirmation.)
I also wrote a one-line Powershell script that quits Zoom, to end the meeting. (I have to "force quit" Zoom, because it wants a confirmation when quitting if there's an active meeting.)
After I wrote these, I used Task Scheduler to set up "Start Meeting" and "End Meeting" tasks that run the corresponding PowerShell scripts at the designated start and end times for the meetings.
(Each computer is set up to join the same meeting room for every meeting, but you could also write multiple "start meeting" scripts with different URLs.)
That's the solution I used for Zoom, and that's the setup I'm planning on using with Teams, once we start to migrate over.
UPDATE: Hmm... This works except for it still brings up the "audio and video settings" screen, with the Join Now button, for the "host", unattended computer. I'll have to add an "enter key" press to the "start meeting" PowerShell script, to enter the meeting.
Also, our host computers are Windows 10 machines, and this won't wotk on the Mac. The Office 365 apps are AppleScript-able, though, and you could likely write scripts that would launch meetings, press the "Join Now" button, and quit Teams, and have them execute at set times.
Apr 24 2020 09:26 PM
If you get this working with Teams I would really appreciate you sharing your success.
My crude script below works sometimes, but it seems that the action menus in Teams seem to vary, sometimes depending on if someone used the session previously (perhaps opened the chat window, or turned off the camera etc), and other times for no apparent reason (other than 'Microsoft') - so the Send Keys process for activating different options don't always work correctly.
I could also do with a way of stopping Edge remembering old browser windows when restarting (as I can end up with multiple Teams sessions in multiple Tabs).
Oct 06 2020 05:56 AM - edited Oct 06 2020 05:57 AM
Could you please tell me or make a code for teams, that does the same as the one you've made for Zoom.
Dec 16 2020 12:48 PM
@zanseattle Have you been able to create a script that:
Oct 02 2022 08:50 AM
Looking for the same thing. I want to have a meeting auto-start on Teams daily. Can you help? thanks
Oct 27 2022 04:50 AM
I was wondering the same myself. This might be helpful: https://www.macrorecorder.com/
I guess there would be different ways of achieving your goal, but I did a quick test to start/auto-join a meeting when the meeting starts.
You could have the Marco Recorder run at login.
As for re-joining if it drops, I'm not really sure about that. There might be a way to do that with Marco Recorder's image detection, but I don't have experience with it.
The version of Macro Recorder I tested this on is "Standard 2.079s"
There are probably slicker, geekier ways since the Teams desktop app is based on Chromium, but that's beyond my understanding.
fifty1four
Mar 01 2024 02:37 PM
@fifty1four I am trying to have meetings start automatically and play a video automatically. Do you know how to do that?