fix: resolved bug in big blue button (#31023)
This commit is contained in:
@@ -104,6 +104,13 @@ class BigBlueButton(LiveProvider, HasGlobalCredentials):
|
|||||||
name = 'Big Blue Button'
|
name = 'Big Blue Button'
|
||||||
requires_username: bool = True
|
requires_username: bool = True
|
||||||
|
|
||||||
|
def __init__(self):
|
||||||
|
"""
|
||||||
|
initialize BigBlueButton object
|
||||||
|
"""
|
||||||
|
super().__init__()
|
||||||
|
self.has_valid_global_keys()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def has_free_tier(self) -> bool:
|
def has_free_tier(self) -> bool:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user