Forgive me if this is already noted somewhere and I missed it. I’ve searched all over but can’t find any reference to this. Is deeplinking configurable for the Desktop Electron app? I want to be able to launch the app by clicking on a link.
Any thoughts on this? Has anyone been able to implement this?
Yep, there is already a hook for that in the code.
You can communicate with your electron app through localhost and some well-known port for both side, by sending to your app the URL for the meeting to join.
1 Like
Oh awesome! Thank you!!!