Skip to content

Commit

Permalink
Update lib/ex_webrtc/rtp_sender.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 authored Dec 3, 2024
1 parent f6d8a45 commit bfda490
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 @@ -226,7 +226,7 @@ defmodule ExWebRTC.RTPSender do
timestamp: timestamp,
type: :outbound_rtp,
id: sender.id,
track_identifier: get_in(sender.track.id),
track_identifier: if sender.track, do: sender.track.id,
ssrc: sender.ssrc,
packets_sent: sender.packets_sent,
bytes_sent: sender.bytes_sent,
Expand Down

0 comments on commit bfda490

Please sign in to comment.