dtlsparameters.go 215 B

1234567
  1. package webrtc
  2. // DTLSParameters holds information relating to DTLS configuration.
  3. type DTLSParameters struct {
  4. Role DTLSRole `json:"role"`
  5. Fingerprints []DTLSFingerprint `json:"fingerprints"`
  6. }