mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
Introduces VoiceTrack (Remote/Local track pair + per-subscriber RTPSender map) and five thread-safe methods on VoiceRoom (SetTrack, RemoveTrack, GetTracks, TrackUserIDs, GetTrack) needed for SFU audio forwarding in Phase 3. Close() now also resets the tracks map. Five new tests cover all paths (TDD).