streaming not showing in iOS device

Hi Team, im using 2.11 to create video stream using ionic tutorial,How ever i can able to share and see streaming in browser with ionic serve, but when i do build for iOS device, i cant see the local and streamed video in device and no errors in the console as well, at the same time streamed video from device is showing in browser.

Im loading adapater and rtc plugins properly for device and and i can see the video tags in DOM.
Let me know if you need more imformation.

Hello @Sa_E

Do you have the same behavior with openvidu-ionic tutorial or openvidu-call-ionic demo?

Could you check with the latest openvidu version (2.13.0)?

Which cordova-plugin-iosrtc version are you using?

Regards

Hi CSantosM, i’m using tutorial, now im comparing with call-ionic, we found some issues ralated to recording stop api in 2.13(our team already approached you regarding the same), so we sticked to 2.11.
I am using cordova-plugin-iosrtc@6.0.5

Could you test it with iosrtc@6.0.11?
Recently I tested with OpenVidu 2.13.0 and 6.0.11 and worked as expected.

i will update and let you know.

i had updated to 6.0.11…still same issue.

Can you test with 2.13 version, just to let us know if the problem is still there or not? For example you can test with https://demos.openvidu.io and secret MY_SECRET

@micael.gallego i had checked with demo, still im not able to get video on device.

OPENVIDU_SERVER_URL = “https://demos.openvidu.io”;
OPENVIDU_SERVER_SECRET = “MY_SECRET”;
used the above server and the code form https://github.com/OpenVidu/openvidu-tutorials/tree/master/openvidu-ionic/src/app

Thank you. We will review it.

@micael.gallego any update?

image

Ionic works fine, tested with OpenVidu-browser 2.13.0, OpenVidu server 2.13.0 and iosrtc 6.0.11.

Everything works as expected. You should have something wrong in your environment. Maybe your app doesn’t have permission to access to the media devices.

Check it out.

Regards

tried with 0.13…still same, i can confirm that its asking for camera and mic permissions.

just a quick question…will this support for ionic 3?if so can you share me a link for the same…all the docs pointing to latest versions.

We support only the versions pointed in the docs