Skip to content

Commit 52f4d6b

Browse files
committed
List supported algorithms
1 parent 3cd85d2 commit 52f4d6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/bigbluebutton_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class BigBlueButtonApi
6767
# secret:: Shared secret for this server
6868
# version:: API version e.g. 0.81
6969
# logger:: Logger object to log actions (so apps can use their own loggers)
70-
# algorithm:: Define which algorithm to use
70+
# algorithm:: Define which algorithm to use [sha1, sha256, sha512]
7171
def initialize(url, secret, version=nil, logger=nil, algorithm="sha1")
7272
@supported_versions = ['0.8', '0.81', '0.9', '1.0']
7373
@url = url.chomp('/')

0 commit comments

Comments
 (0)