WebRTC-Experiment icon indicating copy to clipboard operation
WebRTC-Experiment copied to clipboard

Screen share working only from localhost not from ip address

Open chetansind opened this issue 4 years ago • 0 comments

WebRTC Screen share working only from localhost not from ip address

Example: When i use the below URL the shared screen can be accessed from another device with ip address and it works from localhost shared screen but when i use IP address instead of localhost unable to share screen. It throws an error.

http://localhost:9001/demos/screen-sharing.html

Error when we use IP address: Uncaught TypeError: navigator.getUserMedia is not a function

chetansind avatar Mar 29 '20 05:03 chetansind