I am using WebRTC on my website which is only supported by a few browsers for Instance someone has opened my website from Instagram post and then it's opened in Instagram browser which doesn't support webRTC. So I want to display a button on my website which will open the same link in the user's default browser. (like chrome for android and safari for IOS).
I am wondering is it possible? Deeplinking or some library
Thanks.