What is the new url scheme for the goto app on iOS? I'd like to generate a webclip that will directly open a meeting to a specific room. the old one gotomeeting:// tries to open the gotomeeting application.
Thanks,
Wm
Solved! Go to Solution.
@WMC I'm not sure if that url will be updating with the new GoTo app yet, as things are in transition currently. It may be that url will be retired in the near future and replaced with a new address.
Examining the .ipa looks like the scheme:
com.logmein.gotoconnect://SALaunch?Action=Join&MeetingID=XXXXXXX
Hi @WMC
In the near future, this will be something like this:
@WMC I'm not sure if that url will be updating with the new GoTo app yet, as things are in transition currently. It may be that url will be retired in the near future and replaced with a new address.
@bansal welcome to the GoTo Community.
We don't supply OS specific meeting URLs, when you access the link, we automatically identify your operating system and, if necessary, either install or launch the corresponding application.
thanks @KateG.
I am using "com.logmein.gotoconnect://SALaunch?Action=Join&MeetingID=XXXXXXX" schema for android and what i observe is if the app is open i background thn app launches just fine, but app failed to launch when GOT0 app is in killed state. for GotoMeeting app I was using "col-g2m-2://BRLaunch?MeetingID=%s&Product=g2m".
@bansal I appreciate the additional context. I can reach out to the team for further input, could you tell me a bit more about the end result you would like to achieve?