Skip to content

Commit 9adaa9d

Browse files
authored
[DONE] Remove BBB module and add sipmediagw feature (#1190)
* Removal of the old BBB module (replaced by the meetings module) * Delete MEETING_WEBINAR_SIPMEDIAGW_URL and MEETING_WEBINAR_SIPMEDIAGW_TOKEN parameters management (replaced by live gateway feature) * Add sipmediagw_server_url and sipmediagw_server_password to live gateway class (meeting/models.py) * Manage request URLs from SIPMediaGW server (hashkey with a / before the last 10 characters)
1 parent 0f01fae commit 9adaa9d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+447
-5254
lines changed

.coveragerc

-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ omit = pod/*settings*.py
2424
*/migrations/*
2525
pod/recorder/plugins/type_*.py
2626
pod/*/forms.py
27-
scripts/bbb-pod-live/*.*
2827
pod/live/pilotingInterface.py

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ pod/custom/*
4949
pod/main/static/custom/img
5050
!pod/custom/settings_local.py.example
5151
settings_local.py
52-
scripts/bbb-pod-live/docker-compose.yml
5352
transcription/*
5453

5554
# Unit test utilities #

pod/bbb/__init__.py

Whitespace-only changes.

pod/bbb/admin.py

-85
This file was deleted.

pod/bbb/apps.py

-6
This file was deleted.

pod/bbb/bbb.py

-86
This file was deleted.

pod/bbb/forms.py

-91
This file was deleted.

pod/bbb/management/__init__.py

Whitespace-only changes.

pod/bbb/management/commands/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)