*** id: 4242a698-4219-4cb6-a42f-5059efb9e802 title: audioMute slug: /js/reference/video/room-session-screen-share/audio-mute description: audioMute method for the RoomSessionScreenShare class. max-toc-depth: 3 ---------------- ### audioMute ▸ **audioMute**(): `Promise` Puts the microphone on mute. The other participants will not hear audio from the muted device anymore. #### Returns `Promise` #### Permissions * `room.self.audio_mute` You need to specify the permissions when [creating the Video Room Token](/docs/apis/video/room-tokens/create-room-token) on the server side. #### Example ```javascript await roomdevice.audioMute(); ```