[feat] use trickle ice by default

This commit is contained in:
dijunkun
2024-08-09 10:43:26 +08:00
parent 911f209fda
commit 10cb335779
3 changed files with 3 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ int PeerConnection::Init(PeerConnectionParams params,
LOG_INFO("Hardware accelerated codec [{}]",
hardware_acceleration_ ? "ON" : "OFF");
LOG_INFO("AV1 encoding [{}]", av1_encoding_ ? "ON" : "OFF");
LOG_INFO("Video format [{}]", av1_encoding_ ? "AV1" : "H.264");
on_receive_video_buffer_ = params.on_receive_video_buffer;
on_receive_audio_buffer_ = params.on_receive_audio_buffer;