Skip to content

Commit 75d25bd

Browse files
committed
Remove 1.1 from supported versions (only partially)
1 parent 140de68 commit 75d25bd

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
@@ -68,7 +68,7 @@ class BigBlueButtonApi
6868
# secret:: Shared secret for this server
6969
# version:: API version e.g. 0.81
7070
def initialize(url, secret, version=nil, debug=false)
71-
@supported_versions = ['0.8', '0.81', '0.9', '1.0', '1.1']
71+
@supported_versions = ['0.8', '0.81', '0.9', '1.0']
7272
@url = url
7373
@secret = secret
7474
@debug = debug

0 commit comments

Comments
 (0)