Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LVala committed Apr 19, 2024
1 parent 7b9ed3f commit 0e4c5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_webrtc/peer_connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ defmodule ExWebRTC.PeerConnection do
Send an RTP packet to the remote peer using specified track or its id.
Options:
* `rtx?` - send the packet as it was retransmited (use SSRC and payload type specific to RTX)
* `rtx?` - send the packet as if it was retransmited (use SSRC and payload type specific to RTX)
"""
@spec send_rtp(
peer_connection(),
Expand Down

0 comments on commit 0e4c5ba

Please sign in to comment.