timelimit and countdown parameter in vue-ziggeo does not work for iPhone Safari
Hi, guys,
I am new to Ziggeo, regarding I have a quick simple question for someone, timelimit and countdown for embedded Ziggeo works in desktop browsers but does not work for mobile browsers (iPhone using Safari).
Below is the code I am using, I am using "vue-ziggeo": "^2.2.0", it is using the latest ziggeo client SDK.


-
Hi :)
The reason for that is that mobile devices do not allow their native cameras to listen to the parameters that are sent to them.
The way to make it work would be by using the WebRTC instead.
For this you should turn on the WebRTC for mobile option, however since Safari has a bit different implementation of WebRTC you would also need to add WebRTC if necessary option to follow up.
You can see more how to set these up here: https://github.com/Ziggeo/vue-ziggeo/#recorder-application-settings
For example they would look like so:
:applicationOptions="{
'webrtc_streaming_if_necessary': true,
'webrtc_on_mobile': true
}"As you add these, you will notice that the native app is no longer opening.
Please do try it out and let us know how it goes.
1 -
It works. Many thanks for the help!
0 -
Glad to hear it Simon and as always please do feel free to reach out to us if you have any additional questions for us :)
0
Please sign in to leave a comment.
Comments
3 comments