Hi @danfelbm ,
You will need to add this code to your child themes functions.php file and then refresh the permalinks.
https://gist.github.com/digamber89/0e84479b6b88d9afaaa3ae611fb00587
Thread Starter
Daniel
(@danfelbm)
Thank you! it works just fine.
I have another question and I’m not sure if I should open a new ticket.
Is regarding the browser compatibility with iOS, which is basically non-existent (users can’t join audio)
Since I’m using the url directly /zoom-meetings/ and not even the iframe. Is there any way to redirect iOS users exclusively to the mobile App?
Thank you for your time and kind regards.
Hi @danfelbm ,
There isn’t a setting for that – you would probably need some javascript code to detect ios and redirect to zoom app. Unfortunately i don’t have an ios device right now to test.
Thread Starter
Daniel
(@danfelbm)
Can I use vczoom_jbh_before_content to add such javascript?
Regards!
Hi @danfelbm
This is something you’ll need to figure out from your end. You could try using this hook to add javascript redirection.