This commit is contained in:
Jamal Fanaian
2024-07-11 17:58:31 -07:00
parent 5b0781253f
commit e1021a96af
2 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ type WebRTCClient struct {
type RTSPClient struct {
conn *rtsp.Conn
api *API
api *API
}
func Dial(rawURL string) (core.Producer, error) {
@@ -168,4 +168,4 @@ func (c *RTSPClient) Stop() error {
func (c *RTSPClient) MarshalJSON() ([]byte, error) {
return c.conn.MarshalJSON()
}
}