fix: resolved bug in big blue button (#31023)

This commit is contained in:
Ahtisham Shahid
2022-09-20 22:01:04 +05:00
committed by GitHub
parent 2f3c93ed9f
commit 87ef27166f

View File

@@ -104,6 +104,13 @@ class BigBlueButton(LiveProvider, HasGlobalCredentials):
name = 'Big Blue Button'
requires_username: bool = True
def __init__(self):
"""
initialize BigBlueButton object
"""
super().__init__()
self.has_valid_global_keys()
@property
def has_free_tier(self) -> bool:
"""