mirror of
https://github.com/pion/webrtc.git
synced 2025-09-26 19:21:12 +08:00
Trigger CI
This commit is contained in:
@@ -72,7 +72,7 @@ type RTPReceiver struct {
|
|||||||
rtxPool sync.Pool
|
rtxPool sync.Pool
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewRTPReceiver constructs a new RTPReceiver //
|
// NewRTPReceiver constructs a new RTPReceiver
|
||||||
func (api *API) NewRTPReceiver(kind RTPCodecType, transport *DTLSTransport) (*RTPReceiver, error) {
|
func (api *API) NewRTPReceiver(kind RTPCodecType, transport *DTLSTransport) (*RTPReceiver, error) {
|
||||||
if transport == nil {
|
if transport == nil {
|
||||||
return nil, errRTPReceiverDTLSTransportNil
|
return nil, errRTPReceiverDTLSTransportNil
|
||||||
|
Reference in New Issue
Block a user