Browser-Phone icon indicating copy to clipboard operation
Browser-Phone copied to clipboard

How to resolve web socket error?

Open prathibhatvm opened this issue 2 years ago • 4 comments

I'm trying to access the browser phone application through webview in android. The browser phone front page gets loaded but the registration says Web Socket Error? I'm getting the error message "Error getting user media"

prathibhatvm avatar Mar 10 '22 09:03 prathibhatvm

web socket error is resolved.

prathibhatvm avatar Mar 10 '22 11:03 prathibhatvm

Error getting user media

Is probably because the system is looking to access the camera or microphone. It would be a permission issue, you need to get the system to prompt you for permission - it may be missing an entitlement.

InnovateAsterisk avatar Mar 10 '22 11:03 InnovateAsterisk

Error getting user media is resolved. Video is not appearing while connecting between browser and android emulator.

prathibhatvm avatar Mar 11 '22 07:03 prathibhatvm

Try on real phone - on iOS emulator shows a "fake" video stream, for both audio and video.

InnovateAsterisk avatar Mar 11 '22 07:03 InnovateAsterisk