*** id: 4f3e95a7-af03-4852-84d4-3a49686a8daa title: audioUnmute slug: /js/reference/video/room-session-screen-share/audio-unmute description: audioUnmute method for the RoomSessionScreenShare class. max-toc-depth: 3 ---------------- ### audioUnmute ▸ **audioUnmute**(): `Promise` Unmutes the microphone if it had been previously muted. #### Returns `Promise` #### Permissions * `room.self.audio_unmute` 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.audioUnmute(); ```