-
Notifications
You must be signed in to change notification settings - Fork 509
🤙 SIP Bridge #4496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
🤙 SIP Bridge #4496
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
0687119
Revert "Temporary disable SIP UI parts"
nickvergessen 5437eb4
Make the version checks future proof
nickvergessen 1bc3284
Add a comment why the last comment is not included for sip
nickvergessen 25d8bac
Use $this->request to access header and add docs about the return value
nickvergessen ad0032a
Prevent concurrent promotion/demotion requests to revert by accident
nickvergessen cebc640
Add a comment about the session
nickvergessen 89f3f35
Fix copyright year
nickvergessen 459858a
Introduce constants for the actor types
nickvergessen 384b4ba
Add a comment about the non-0 exit code of the talk:active-call command
nickvergessen 3f6fe4f
Add method to get room by actorId / actorType.
fancycode d0e799b
Get room by actorId / actorType if given in request.
fancycode f3e6e56
Get the participant by actor
nickvergessen d5dbdeb
Store the session given by the HPB for the actor
nickvergessen 59133fe
Increase the length of the session id column
nickvergessen 12d1bf1
Fix CS and psalm
nickvergessen 92efefe
Only generate a PIN and send it when configured
nickvergessen e65bee6
Only delete guests without a PIN
nickvergessen 1c0c893
Only allow enabling SIP when the user can enable it
nickvergessen 02aa765
Only delete users that are guests as actor type not participant type
nickvergessen f4d0368
Generate a PIN for users when they join a room with SIP enabled
nickvergessen 10bda4f
Show pins to moderators
nickvergessen 84b7597
Use the call flag when it was given by the HPB server
nickvergessen 23aab9e
Show the dial-in info in the sidebar
nickvergessen 758048f
Don't expose SIP data when SIP is not configured anymore
nickvergessen 2b7ce7a
Ignore the exception that is unknown
nickvergessen 8aa3e76
Add the participant to the join/start call message generation
nickvergessen 6902bdf
Add missing alias when deleting a room in the background job
nickvergessen b05a602
The session object is modified nowadays so it's always disconnected i…
nickvergessen f9813a5
Dispatch leave call events when the user was in call while leaving th…
nickvergessen 8687b5c
All parameters are lowercase
nickvergessen a22a889
Don't preload the user so we load it with the session later on
nickvergessen d708bc5
Load the participant by session as loading by actor is prefetched onl…
nickvergessen 51c1afc
Add constants for SIP flags and pass on the event
nickvergessen 954d960
Don't show the SIP connection as guest
nickvergessen 2b052e8
Also load the session information when we load an attendee
nickvergessen 1b4c42e
When the HPB provided a session id only join/leave with that session
nickvergessen 8e03129
Update baseline
nickvergessen 18e6072
Refresh the peer list and take the display name from there
nickvergessen c0a94ed
Use a new VideoBackground component when we get a userId
nickvergessen 23a778b
Fix baseline
nickvergessen df69c33
Also check the room token when suggesting if SIP can be enabled
nickvergessen a655825
Simplify getting the participant
nickvergessen c287c0f
Update baseline
nickvergessen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Load the participant by session as loading by actor is prefetched onl…
…y as attendee Signed-off-by: Joas Schilling <coding@schilljs.com>
- Loading branch information
commit d708bc558d2d745eb83206df6c02ba8d565221d4
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.