*** id: 1efd800b-c0d5-4fe2-9870-0ea5da40d4ba title: checkSpeakerPermissions slug: /js/reference/webrtc/check-speaker-permissions description: checkSpeakerPermissions function in the WebRTC namespace. max-toc-depth: 3 ---------------- ### checkSpeakerPermissions * `Const` **checkSpeakerPermissions**(): `Promise` Asynchronously returns whether we have permissions to access the speakers. #### Returns `Promise` #### Example ```javascript await SignalWire.WebRTC.checkSpeakerPermissions(); // true ```