Apply DCT flag in Nearby Connections

PiperOrigin-RevId: 756487383
This commit is contained in:
Guogang Li
2025-05-08 15:41:04 -07:00
committed by Copybara-Service
parent 5f3ce51cfd
commit 09ac8d8c58
5 changed files with 18 additions and 19 deletions
@@ -546,6 +546,8 @@ class ClientProxy final {
std::int32_t local_safe_to_disconnect_version_;
// Allowed to use WebRTC over non-cellular networks.
bool webrtc_non_cellular_ = false;
// Whether DCT is enabled.
bool is_dct_enabled_ = false;
};
} // namespace connections