Skip to content

Commit 84c59a8

Browse files
authored
Fix screenshare support setting (#313)
1 parent 863a86c commit 84c59a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/app/session-view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const SessionView = ({
7474
microphone: true,
7575
chat: appConfig.supportsChatInput,
7676
camera: appConfig.supportsVideoInput,
77-
screenShare: appConfig.supportsVideoInput,
77+
screenShare: appConfig.supportsScreenShare,
7878
};
7979

8080
useEffect(() => {

0 commit comments

Comments
 (0)