mediamtx/internal/conf/webrtc_ice_server.go

9 lines
189 B
Go

package conf
// WebRTCICEServer is a WebRTC ICE Server.
type WebRTCICEServer struct {
URL string `json:"url"`
Username string `json:"username"`
Password string `json:"password"`
}