[fix] fix timestamp in congestion control feedback

This commit is contained in:
dijunkun
2025-02-08 17:59:30 +08:00
parent 8d7068aa32
commit 61ac3a9971
10 changed files with 38 additions and 71 deletions

View File

@@ -143,7 +143,7 @@ class PeerConnection {
bool av1_encoding_ = false;
bool enable_turn_ = false;
bool trickle_ice_ = true;
bool reliable_ice_ = true;
bool reliable_ice_ = false;
bool try_rejoin_with_turn_ = false;
TraversalMode mode_ = TraversalMode::P2P;