Collab UI v2 (#2618)
This PR implements https://www.figma.com/file/pLq7dvhx2mFeWFOedXpUQ5/Project-%E2%80%93-Collaboration-UI?type=design&node-id=666%3A8610&t=XFGk6KEtTCFXBvCQ-1 Release notes: - [x] Redesigned collaboration UI - [x] Added voice support
This commit is contained in:
commit
ce52d90a9d
368 changed files with 4748 additions and 439 deletions
|
@ -257,7 +257,7 @@ async fn test_basic_calls(
|
|||
room_b.read_with(cx_b, |room, _| {
|
||||
assert_eq!(
|
||||
room.remote_participants()[&client_a.user_id().unwrap()]
|
||||
.tracks
|
||||
.video_tracks
|
||||
.len(),
|
||||
1
|
||||
);
|
||||
|
@ -274,7 +274,7 @@ async fn test_basic_calls(
|
|||
room_c.read_with(cx_c, |room, _| {
|
||||
assert_eq!(
|
||||
room.remote_participants()[&client_a.user_id().unwrap()]
|
||||
.tracks
|
||||
.video_tracks
|
||||
.len(),
|
||||
1
|
||||
);
|
||||
|
@ -7014,7 +7014,7 @@ async fn test_join_call_after_screen_was_shared(
|
|||
room.remote_participants()
|
||||
.get(&client_a.user_id().unwrap())
|
||||
.unwrap()
|
||||
.tracks
|
||||
.video_tracks
|
||||
.len(),
|
||||
1
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue