Skip to content

Commit 19fb016

Browse files
committed
Add updateRecordings to the list of API methods, fix after 2f58462
1 parent 2f58462 commit 19fb016

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/bigbluebutton-api.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/bigbluebutton-api.coffee

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ class BigBlueButtonApi
2626
'signOut',
2727
'getRecordings',
2828
'publishRecordings',
29-
'deleteRecordings'
29+
'deleteRecordings',
30+
'updateRecordings'
3031
]
3132

3233
# Returns a list of supported parameters in the URL for a given API method.

0 commit comments

Comments
 (0)