Joren De Maeyer
New Member
Hi,
I have created a React karaoke app webapp that uses the Flashphoner stream and recording service.
When the page is loaded the Flashphoner is initialized and a session and stream are starting.
When you click on a call to action, the Flashphoner rest-api is called to start the recording.
Everything is working fine on most of the mobile & desktop browsers.
A few days ago we bumped into an issue on an iPhone running iOS 12.2.
When the session and the stream are initialized, right after giving the camera & recording permission.
I debugged my iPhone and received the following console error:
Unhandled Promise Rejection: TypeError: videoTransceiver.setDirection is not a function. (In 'videoTransceiver.setDirection("sendonly")', 'videoTransceiver.setDirection' is undefined)
server version: v.0.5.28.2753-5.2.50-33b00cfec3679ecfa1f4c8b98f5d902ec8acda6f
I still receive the camera stream but it's very laggy on a high speed WiFi connection.
This problem is only occurring after I updated my iPhone from iOS 11.x.x to iOS 12.2
Thanks,
Joren
I have created a React karaoke app webapp that uses the Flashphoner stream and recording service.
When the page is loaded the Flashphoner is initialized and a session and stream are starting.
When you click on a call to action, the Flashphoner rest-api is called to start the recording.
Everything is working fine on most of the mobile & desktop browsers.
A few days ago we bumped into an issue on an iPhone running iOS 12.2.
When the session and the stream are initialized, right after giving the camera & recording permission.
I debugged my iPhone and received the following console error:
Unhandled Promise Rejection: TypeError: videoTransceiver.setDirection is not a function. (In 'videoTransceiver.setDirection("sendonly")', 'videoTransceiver.setDirection' is undefined)
server version: v.0.5.28.2753-5.2.50-33b00cfec3679ecfa1f4c8b98f5d902ec8acda6f
I still receive the camera stream but it's very laggy on a high speed WiFi connection.
This problem is only occurring after I updated my iPhone from iOS 11.x.x to iOS 12.2
Thanks,
Joren
Last edited: