Skip to content

Commit

Permalink
feat: stop recording with url
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxx committed Jun 29, 2023
1 parent 472bc38 commit 7d122e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovenmedia/ovenmedia.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type IOvenMediaClient interface {
GetAllPushes(vHost string, appName string) (*ResponsePushes, error)
// Recording
StartRecording(url string, vHost string, appName string, body RequestRecordingStart) (*ResponseRecordingStart, error)
StopRecording(vHost string, appName string, body RequestRecordingStop) (*ResponseRecordingStart, error)
StopRecording(url string, vHost string, appName string, body RequestRecordingStop) (*ResponseRecordingStart, error)
GetRecordingState(vHost string, appName string, body *RequestRecordingStop) (*ResponseRecordingStart, error)
// Stats
GetStatsVhosts(vHost string) (*ResponseStats, error)
Expand Down

0 comments on commit 7d122e3

Please sign in to comment.