bbbctl 0.3.1__tar.gz → 0.3.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bbbctl-0.3.1/src/bbbctl.egg-info → bbbctl-0.3.2}/PKG-INFO +4 -2
- {bbbctl-0.3.1 → bbbctl-0.3.2}/README.md +1 -0
- {bbbctl-0.3.1 → bbbctl-0.3.2}/setup.cfg +1 -1
- {bbbctl-0.3.1 → bbbctl-0.3.2/src/bbbctl.egg-info}/PKG-INFO +4 -2
- {bbbctl-0.3.1 → bbbctl-0.3.2}/src/bbbctl.py +1 -1
- {bbbctl-0.3.1 → bbbctl-0.3.2}/LICENSE +0 -0
- {bbbctl-0.3.1 → bbbctl-0.3.2}/pyproject.toml +0 -0
- {bbbctl-0.3.1 → bbbctl-0.3.2}/src/bbbctl.egg-info/SOURCES.txt +0 -0
- {bbbctl-0.3.1 → bbbctl-0.3.2}/src/bbbctl.egg-info/dependency_links.txt +0 -0
- {bbbctl-0.3.1 → bbbctl-0.3.2}/src/bbbctl.egg-info/entry_points.txt +0 -0
- {bbbctl-0.3.1 → bbbctl-0.3.2}/src/bbbctl.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: bbbctl
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: BigBlueButton API command-line client
|
|
5
5
|
Home-page: https://github.com/defnull/bbbctl
|
|
6
6
|
Author: Marcel Hellkamp
|
|
@@ -12,6 +12,7 @@ Classifier: Operating System :: OS Independent
|
|
|
12
12
|
Requires-Python: >=3.6
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
License-File: LICENSE
|
|
15
|
+
Dynamic: license-file
|
|
15
16
|
|
|
16
17
|
# BigBlueButton REST API command-line client
|
|
17
18
|
|
|
@@ -52,6 +53,7 @@ You can get detailed help and a list of all parameters with `bbbctl -h` or `bbbc
|
|
|
52
53
|
- `create <meetingID> <title>` Create a new meeting
|
|
53
54
|
- `join <meetingID> <displayName>` Generate join links
|
|
54
55
|
- `end <meetingID>` Forcefully end a meeting
|
|
56
|
+
- `chat <meetingID> <message>` Send a chat message to a running meeting (BBB 3.0)
|
|
55
57
|
- `nuke` Forcefully end ALL meetings (be careful)
|
|
56
58
|
- `record` Work with recordings
|
|
57
59
|
- `list` List all recordings
|
|
@@ -37,6 +37,7 @@ You can get detailed help and a list of all parameters with `bbbctl -h` or `bbbc
|
|
|
37
37
|
- `create <meetingID> <title>` Create a new meeting
|
|
38
38
|
- `join <meetingID> <displayName>` Generate join links
|
|
39
39
|
- `end <meetingID>` Forcefully end a meeting
|
|
40
|
+
- `chat <meetingID> <message>` Send a chat message to a running meeting (BBB 3.0)
|
|
40
41
|
- `nuke` Forcefully end ALL meetings (be careful)
|
|
41
42
|
- `record` Work with recordings
|
|
42
43
|
- `list` List all recordings
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: bbbctl
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: BigBlueButton API command-line client
|
|
5
5
|
Home-page: https://github.com/defnull/bbbctl
|
|
6
6
|
Author: Marcel Hellkamp
|
|
@@ -12,6 +12,7 @@ Classifier: Operating System :: OS Independent
|
|
|
12
12
|
Requires-Python: >=3.6
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
License-File: LICENSE
|
|
15
|
+
Dynamic: license-file
|
|
15
16
|
|
|
16
17
|
# BigBlueButton REST API command-line client
|
|
17
18
|
|
|
@@ -52,6 +53,7 @@ You can get detailed help and a list of all parameters with `bbbctl -h` or `bbbc
|
|
|
52
53
|
- `create <meetingID> <title>` Create a new meeting
|
|
53
54
|
- `join <meetingID> <displayName>` Generate join links
|
|
54
55
|
- `end <meetingID>` Forcefully end a meeting
|
|
56
|
+
- `chat <meetingID> <message>` Send a chat message to a running meeting (BBB 3.0)
|
|
55
57
|
- `nuke` Forcefully end ALL meetings (be careful)
|
|
56
58
|
- `record` Work with recordings
|
|
57
59
|
- `list` List all recordings
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|