zed/crates/call/src
Joseph T. Lyons 0897ed561f Rework call events api
There were time when events with bad data were being emitted. What we found was that places where certain collaboration-related code could fail, like sending an, would still send events, and those events be in a bad state, as certain elements weren't constructed as expected, thus missing in the event. The new API guarantees that we have data in the correct configuration. In the future, we will add events for certain types of failures within Zed.

Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
2023-09-26 14:18:32 -04:00
..
call.rs Rework call events api 2023-09-26 14:18:32 -04:00
call_settings.rs fmt 2023-07-19 12:34:56 -07:00
participant.rs Added muted and currently speaking tracking 2023-06-27 19:23:13 -07:00
room.rs Mute on join if ZED_IMPERSONATE is set 2023-09-08 16:24:37 -07:00