mirror of
https://github.com/pion/webrtc.git
synced 2025-11-03 01:33:46 +08:00
7
rtcdtlsparameters.go
Normal file
7
rtcdtlsparameters.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package webrtc
|
||||
|
||||
// RTCDtlsParameters holds information relating to DTLS configuration.
|
||||
type RTCDtlsParameters struct {
|
||||
Role RTCDtlsRole `json:"role"`
|
||||
Fingerprints []RTCDtlsFingerprint `json:"fingerprints"`
|
||||
}
|
||||
Reference in New Issue
Block a user