*** id: 77683ac0-d5e8-426a-81f1-270cd56d019f title: RoomSessionScreenShare position: 6 slug: /js/reference/video/room-session-screen-share max-toc-depth: 3 ---------------- Represents a screen share. This object is returned by the [startScreenShare](/docs/browser-sdk/v3/js/reference/video/room-session/start-screen-share) method in a RoomSession, and can be used to control the screen share. ## Properties Whether the connection is currently active. The id of the video device, or null if not available. The label of the video device, or null if not available. Provides access to the local audio [MediaStreamTrack](https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrack). Provides access to the local [MediaStream](https://developer.mozilla.org/en-US/docs/Web/API/MediaStream). Provides access to the local video [MediaStreamTrack](https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrack). The id of the current member within the room. The id of the audio input device, or null if not available. The label of the audio input device, or null if not available. Provides access to the remote [MediaStream](https://developer.mozilla.org/en-US/docs/Web/API/MediaStream). The unique identifier for the room. The unique identifier for the room session. ## Methods Join the room session Leave the room session Mute the microphone Unmute the microphone Mute the video Unmute the video Switch to a different camera Switch to a different microphone Set the input volume level Set the input sensitivity level *Set microphone volume (deprecated)*