mirror of
https://github.com/pion/webrtc.git
synced 2025-10-06 23:52:51 +08:00
8 lines
215 B
Go
8 lines
215 B
Go
package webrtc
|
|
|
|
// QUICParameters holds information relating to QUIC configuration.
|
|
type QUICParameters struct {
|
|
Role QUICRole `json:"role"`
|
|
Fingerprints []DTLSFingerprint `json:"fingerprints"`
|
|
}
|