Merge branch 'main' into livekit-experiment

This commit is contained in:
Robin Townsend
2023-06-09 17:22:34 -04:00
117 changed files with 6411 additions and 1414 deletions

View File

@@ -77,6 +77,7 @@ export function LobbyView(props: Props) {
className={styles.copyButton}
size="lg"
onPress={props.onEnter}
data-testid="lobby_joinCall"
>
Join call now
</Button>
@@ -86,6 +87,7 @@ export function LobbyView(props: Props) {
value={getRoomUrl(props.matrixInfo.roomName)}
className={styles.copyButton}
copiedMessage={t("Call link copied")}
data-testid="lobby_inviteLink"
>
Copy call link and join later
</CopyButton>