Skip to content

Commit 1291594

Browse files
authored
peer_connection: Only warn about unhandled incmoing RTP track (#642)
1 parent e74fd77 commit 1291594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webrtc/src/peer_connection/peer_connection_internal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ impl PeerConnectionInternal {
344344
.await;
345345

346346
if let Err(err) = pci.handle_incoming_ssrc(stream, ssrc).await {
347-
log::error!(
347+
log::warn!(
348348
"Incoming unhandled RTP ssrc({}), on_track will not be fired. {}",
349349
ssrc,
350350
err

0 commit comments

Comments
 (0)