Skip to content

Commit

Permalink
Merge pull request #15 from CaritasDeutschland/OBI-519
Browse files Browse the repository at this point in the history
fix: [OBI-519] fix video call
  • Loading branch information
web-mi authored Jul 13, 2022
2 parents ca6772d + 28677ca commit 964a5c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/utils/videoCallHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ export const getVideoCallUrl = (
) => {
return `${url}${
e2eEncryptionEnabled ? '&e2eEncryptionEnabled=1' : ''
}#config.startWithVideoMuted=${!isVideoActivated}&userInfo.displayName=${encodeURI(
userName
)}`;
}#config.startWithVideoMuted=${!isVideoActivated}&userInfo.displayName="${userName}"`;
};

export const currentUserWasVideoCallInitiator = (initiatorRcUserId: string) =>
Expand Down

0 comments on commit 964a5c4

Please sign in to comment.