Skip to content

Commit

Permalink
fix: remember device selection in skip preview flow
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 authored Oct 29, 2024
1 parent dbb4dda commit 7af55c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 95,7 @@ export const ConferenceScreen = () => {
userName: userName || uuid(),
authToken: authTokenInAppData,
initEndpoint: endpoints?.init,
rememberDeviceSelection: true,
settings: {
isAudioMuted: !isPreviewScreenEnabled,
isVideoMuted: !isPreviewScreenEnabled,
Expand Down

0 comments on commit 7af55c8

Please sign in to comment.