Skip to main content
Known Participant
March 10, 2015
Question

link to launch meeting with login inside Adobe Connect app

  • March 10, 2015
  • 1 reply
  • 2115 views

I am looking to get some code to:

  1. check device,
  2. if on desktop launch meeting link.
  3. if on mobile device launch the Adobe Connect app and have meeting open there

It is part 3 I am having trouble with. I have read a lot about the connectpro:// prefix. I have seen some people say to load up the prefix with the whole http:// address, which seems weird syntax to me. I have also seen people say to add in the login and url parameters. But my tests have not gotten the app to launch. In addition, I read on Android v25 - prefixes do not work and you need to add in an "intent". So I was not sure if "intent" fixes the issue for older versions of android, or if we need to check the version of android being used. There are a lot of moving parts here, and I have seen no documentation surrounding example code or instructions to call code that will launch the app and display the meeting.

Side note - I am looking to do it this way because I further researched that Android does not support Adobe Flash Player in the browser as of January 2014 - we tried launching our client's meeting in the browser and it failed saying we needed flash player.

Someone please confirm if my research is correct, what the standards are surrounding calling code that could implement either the intent or prefixes for launching a meeting? Thanks in advance.

This topic has been closed for replies.

1 reply

Jorma_at_Knox
Legend
March 10, 2015

In my testing on an Android device, if the link for the room is browsed to using Chrome, then it brings up a page prompting the use of the Connect App, which adds an extra click. However, if I use Fire Fox on the Android device, the Connect app just launches. This is all done with the http:// call not the connectpro:// call. Using connectpro:// does not resolve to anything in Chrome, but stilll calls and opens the Connect App in Fire Fox.

Flash Player has not been supported on Android devices for longer than Jan 2014. Technically the app runs in AIR (Adobe Integrated Runtime), which is Flash.

Known Participant
March 10, 2015

"if the link for the room is browsed to using Chrome, then it brings up a page prompting the use of the Connect App" are you saying just a link to a room without the "connectpro//:"?

And if connectpro:// does not work in Chrome, do we need to do browser detection to decide which link to pass to the markup?

What about iphone/ipad - does it respond to connectpro://

Seems like there needs to be some browser standards.

Jorma_at_Knox
Legend
March 10, 2015

Standards across mobile devices... that would be nice.

Yes, I'm saying the connectpro:// call doesn't do anything of value for me on Android. I suppose you could do browser detection, but I'm not sure to what end. The same link should be used if launching from a desktop or a mobile device. On a mobile device it should check for the app, but in my experience, Chrome just goes to a page with a link to launch the app:

The user just needs to click Open Adobe Connect Mobile, if they have the app installed.

I'll try to get a hold of an iPad and play with it.