forked from External/mediamtx
8 lines
189 B
Go
8 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"`
|
|
}
|