Fix VideoTile bug and improve screen sharing

This commit is contained in:
srtk 2026-02-08 23:26:14 +05:30
parent f93f2efd28
commit bb3fc6c891
7 changed files with 187 additions and 19 deletions

View file

@ -15,4 +15,4 @@ tracing = "0.1.41"
tracing-subscriber = "0.3.19"
bincode = "1.3.3"
futures = "0.3.31"
shared = { path = "../shared" }
shared = { path = "./shared" }