Skip to content

Commit

Permalink
[DONE] Remove BBB module and add sipmediagw feature (#1190)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
LoicBonavent authored Oct 3, 2024
1 parent 0f01fae commit 9adaa9d
Show file tree
Hide file tree
Showing 52 changed files with 447 additions and 5,254 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ omit = pod/*settings*.py
*/migrations/*
pod/recorder/plugins/type_*.py
pod/*/forms.py
scripts/bbb-pod-live/*.*
pod/live/pilotingInterface.py
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ pod/custom/*
pod/main/static/custom/img
!pod/custom/settings_local.py.example
settings_local.py
scripts/bbb-pod-live/docker-compose.yml
transcription/*

# Unit test utilities #
Expand Down
Empty file removed pod/bbb/__init__.py
Empty file.
85 changes: 0 additions & 85 deletions pod/bbb/admin.py

This file was deleted.

6 changes: 0 additions & 6 deletions pod/bbb/apps.py

This file was deleted.

86 changes: 0 additions & 86 deletions pod/bbb/bbb.py

This file was deleted.

91 changes: 0 additions & 91 deletions pod/bbb/forms.py

This file was deleted.

Empty file removed pod/bbb/management/__init__.py
Empty file.
Empty file.
Loading

0 comments on commit 9adaa9d

Please sign in to comment.