webrtc.functions.get_user_media#
- webrtc.functions.get_user_media.getUserMedia(constraints=None) webrtc.MediaStream#
Alias for
get_user_media()
- webrtc.functions.get_user_media.get_user_media(constraints=None) webrtc.MediaStream#
Method prompts the user for permission to use a media input which produces a
webrtc.MediaStreamwith tracks containing the requested types of media.- Returns
A
webrtc.MediaStreamobject representing the media stream.- Return type