*** id: 53cd0b76-2dc8-4cde-afb5-3ad605ae74af title: checkCameraPermissions slug: /js/reference/webrtc/check-camera-permissions description: checkCameraPermissions function in the WebRTC namespace. max-toc-depth: 3 ---------------- ### checkCameraPermissions * `Const` **checkCameraPermissions**(): `Promise` Asynchronously returns whether we have permissions to access the camera. #### Returns `Promise` #### Example ```javascript await SignalWire.WebRTC.checkCameraPermissions(); // true ```