August 2017
Beginner
298 pages
7h 4m
English
MediaStream API is used for getting access to the video and audio devices of the user. Generally, browsers will prompt the user as to whether he/she wants to allow the website to access the camera and microphone of his/her device. Even though the underlying concept for MediaStream API is the same, different browser vendors have implemented the API differently.
For example, in Chrome, to use MediaStream API, you need to use the navigator.getUserMedia() method. Also, Chrome allows MediaStream to work only in localhost or ...
Read now
Unlock full access