livekit / rust-sdks

LiveKit realtime and server SDKs for Rust
https://livekit.io
Apache License 2.0
185 stars 44 forks source link

Use identity instead of sid where possible #375

Closed keepingitneil closed 1 month ago

keepingitneil commented 2 months ago

Hrmm ok, @theomonnom and I spoke offline about keying all local participants off identity and removing the participants_by_identity mapping on the python side which would require using identity for the ffi.

Are you saying that there is logic that requires participant_sid (due to out of order events maybe?) in cases where the identity is the same?

theomonnom commented 1 month ago

is the livekit crate using sid?