| 172 | } |
| 173 | |
| 174 | type Response struct { |
| 175 | Tracks []string `json:"tracks"` |
| 176 | Sdp64 string `json:"sdp64"` |
| 177 | } |
| 178 | |
| 179 | type ResponseError struct { |
| 180 | Error string `json:"error"` |
nothing calls this directly
no outgoing calls
no test coverage detected