MCPcopy Create free account
hub / github.com/deepch/RTSPtoWebRTC / Response

Struct Response

http.go:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174type Response struct {
175 Tracks []string `json:"tracks"`
176 Sdp64 string `json:"sdp64"`
177}
178
179type ResponseError struct {
180 Error string `json:"error"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected