Skip to content

Commit

Permalink
peer_connection: Only warn about unhandled incmoing RTP track (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
haaspors authored Dec 13, 2024
1 parent e74fd77 commit 1291594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc/src/peer_connection/peer_connection_internal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ impl PeerConnectionInternal {
.await;

if let Err(err) = pci.handle_incoming_ssrc(stream, ssrc).await {
log::error!(
log::warn!(
"Incoming unhandled RTP ssrc({}), on_track will not be fired. {}",
ssrc,
err
Expand Down

0 comments on commit 1291594

Please sign in to comment.