Skip to content
Merged

. #5

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ b = BigBlueButton('your BBB server url', 'your server credential')
print(b.get_api_version().get_version())
```
## Others Example
```python

```
from bigbluebutton_api_python import BigBlueButton
b = BigBlueButton('your BBB server url', 'your server credential')

b = BigBlueButton('your BBB server url', 'your server credential')

#params
dict = { 'moderatorPW':'pw' }
#use create meeting
Expand Down