summaryrefslogtreecommitdiff
path: root/vendor/github.com/pion/webrtc/v3/dtlsparameters.go
blob: 4b4b56836fed5656b08a07f585c7edff6c341ef1 (plain)
1
2
3
4
5
6
7
package webrtc

// DTLSParameters holds information relating to DTLS configuration.
type DTLSParameters struct {
	Role         DTLSRole          `json:"role"`
	Fingerprints []DTLSFingerprint `json:"fingerprints"`
}