mirror of
https://github.com/pion/webrtc.git
synced 2025-09-27 11:32:19 +08:00
Upgrade golangci-lint, more linters
Introduces new linters, upgrade golangci-lint to version (v1.63.4)
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
|
||||
package webrtc
|
||||
|
||||
// RTPTransceiverInit dictionary is used when calling the WebRTC function addTransceiver() to provide configuration options for the new transceiver.
|
||||
// RTPTransceiverInit dictionary is used when calling the WebRTC function addTransceiver()
|
||||
// to provide configuration options for the new transceiver.
|
||||
type RTPTransceiverInit struct {
|
||||
Direction RTPTransceiverDirection
|
||||
SendEncodings []RTPEncodingParameters
|
||||
|
Reference in New Issue
Block a user