Skip to content

Commit

Permalink
Use track id in get_stats
Browse files Browse the repository at this point in the history
  • Loading branch information
roznawsk committed Nov 27, 2024
1 parent 217519f commit 94051d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_webrtc/rtp_sender.ex
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ defmodule ExWebRTC.RTPSender do
%{
timestamp: timestamp,
type: :outbound_rtp,
id: sender.id,
id: sender.track.id,
ssrc: sender.ssrc,
packets_sent: sender.packets_sent,
bytes_sent: sender.bytes_sent,
Expand Down

0 comments on commit 94051d5

Please sign in to comment.