Macro - I am trying to build a Macro for MS teams
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2023 01:38 PM
There will be a main Button on the home Screen "MS Teams" and once clicked it will pop up two options "Internal Meeting" and "External Meeting".
If the Internal meeting option is clicked - it should use the CVI and join the meeting using the Video Conference ID (already have a working Macro for this).
If the External meeting option is clicked - it should use the WebRTC and join the meeting using the Meeting ID and Passcode.
does anyone have anything similar to this or if you can please direct me in the right direction? I am new to the Macro world but willing to put some time into making this work.
- Labels:
-
Conferencing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 08:40 AM
Hey pSquare,
Have you had any luck with this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 08:53 AM
Hi dhowitt45,
No luck, but Cisco has confirmed that this is on their roadmap. To just have one button and depending if it's CVI or WebRTC call it will fall over accordingly. Currently using both icons with relevant name for colleagues and its been working great so far.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 09:00 AM
Thanks for getting back to me. That's great news.
So can I check, do you currently have two macro buttons, 1 for internal CVI and 1 for external WebRTC?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 09:48 AM
Yes correct, 2 one for the externally hosted meeting and the second one for the Internal CVI-hosted meeting. Make sure there is a clear name in the CVI Button so colleagues understand why there are 2 MS teams. We decided to go with " MS Teams - CompanyName Hosted Meetings"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2023 01:46 AM
That looks awesome. Are you able to share the Macro for the WerbRTC button please?
This is a game changer for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2023 05:57 AM
https://github.com/CiscoDevNet/roomdevices-macros-samples
use the "Join 3rd Party meeting" You will need to update the code to reflect your org and Meeting domain details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2023 07:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2023 07:30 AM
Hey Roger,
Yes that right, I was hoping to get a WebRTC macro but do you know if there is one available that will work or if it is even possible?
It looks like @pSquare managed to get one to work? Unless I have misunderstood.
Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2023 06:52 AM
Nice one. thanks pSquare. Really appreciate your input
can I just check, this is the same script you are using for CVI and WebRTC? I'm using the same script for CVI but have not looked into editing it for WebRTC. not sure if it would work?
I'm testing on a Cisco Room Kit Running Room OS11 and it does not have a Microsoft Teams shortcut macro by default (like the google Meet.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2023 07:27 AM
oops sorry, I thought you are asking for CVI Macro. For WebRTC, switch to the beta channel (11.4+) and use the native MS teams button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2023 07:59 AM
Legend! thanks a lot mate. I'll do that.
Appreciate your help.
