# has-getusermedia **Repository Path**: mirrors_Jam3/has-getusermedia ## Basic Information - **Project Name**: has-getusermedia - **Description**: This will simply return true if getUserMediaExists. It will also shim it in. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # has-getusermedia [![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges) This module will be true if the user has getUserMedia. ## Usage [![NPM](https://nodei.co/npm/has-getusermedia.png)](https://www.npmjs.com/package/has-getusermedia) ```javascript var hasGetUserMedia = require('has-getusermedia'); if(has-getusermedia) { console.log('the user has getUserMedia'); } else { console.log('the user does not have getUserMedia'); } ``` ## License MIT, see [LICENSE.md](http://github.com/mikkoh/has-getusermedia/blob/master/LICENSE.md) for details.