Skip to content

Commit

Permalink
Trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pougetat committed Dec 12, 2023
1 parent c64d267 commit 50e3727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtpreceiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ type RTPReceiver struct {
rtxPool sync.Pool
}

// NewRTPReceiver constructs a new RTPReceiver //
// NewRTPReceiver constructs a new RTPReceiver
func (api *API) NewRTPReceiver(kind RTPCodecType, transport *DTLSTransport) (*RTPReceiver, error) {
if transport == nil {
return nil, errRTPReceiverDTLSTransportNil
Expand Down

0 comments on commit 50e3727

Please sign in to comment.