summaryrefslogtreecommitdiffstats
path: root/lib/Signaling
AgeCommit message (Expand)Author
2023-12-11fix(CS): Remove redundant PHPDoc tagsJoas Schilling
2023-12-11fix(CS): Migrate more strpos() calls to str_* functionsJoas Schilling
2023-11-23fix(events)!: Remove deprecated eventsJoas Schilling
2023-11-16fix(breakout-rooms): Force order of breakout rooms so the signaling order mat...Joas Schilling
2023-11-08fix(events): Migrate internal signaling also to typed eventsJoas Schilling
2023-11-07fix(events): Migrate external signaling events to typed onesJoas Schilling
2023-11-07fix(events): Migrate room modifications to typed eventsJoas Schilling
2023-10-30Show a warning when the HPB does not support dialoutJoas Schilling
2023-10-30Handle dial-out exceptionsJoas Schilling
2023-10-30Fix sipbridge returning a license errorJoas Schilling
2023-10-30fix(signaling): Fix pullMessages return typejld3103
2023-10-23fix(sip-dialout): Validate the HPB responseJoas Schilling
2023-10-23feat(sip-dialout): Add dial-out requestJoas Schilling
2023-10-18fix(consent): Trigger signaling message when the recording consent setting is...Joas Schilling
2023-07-11Use PHP8's constructor property promotionHamid Dehnavi
2023-06-10Add displayName when sending a participant update messageMarcel Müller
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2023-03-17Fix order at PostgreSQLVitor Mattos
2023-02-23Remove isSignalingDev methodVitor Mattos
2023-02-09Do not disinvite self-joined users when leavingDaniel Calviño Sánchez
2023-02-01Merge pull request #8656 from nextcloud/bugfix/noid/notify-participants-about...Joas Schilling
2023-01-31fix(conversations): Notify participants about conversation changes so they re...Joas Schilling
2023-01-31Add "switchto" to the required signaling server featuresDaniel Calviño Sánchez
2023-01-31Do not send "switchto" messages for breakout rooms without sessionsDaniel Calviño Sánchez
2023-01-31Send signaling message when starting or stopping breakout roomsDaniel Calviño Sánchez
2022-12-15Simplify the logicVitor Mattos
2022-12-12Small fixes after continuous integrationVitor Mattos
2022-12-12Moved the logic to check if recording is enabled to service methodsVitor Mattos
2022-12-12Reverted change after code reviewVitor Mattos
2022-12-12Moved constants from RoomService.php to Room.phpVitor Mattos
2022-12-09Send signaling messageVitor Mattos
2022-09-22Fix participant sessions not sent to the HPBDaniel Calviño Sánchez
2022-08-26Fix not leaving previous session when joining the same room againDaniel Calviño Sánchez
2022-07-07Autodetect if signaling server supports hello-v2.Joachim Bauch
2022-05-31Fix backend url from CLIJoas Schilling
2022-05-20Move setAssignedSignalingServer to room serviceJoas Schilling
2022-05-17Require new HPB versionJoas Schilling
2022-05-17Use "all: true" for end meeting for everyone caseJoas Schilling
2022-05-16Merge pull request #7368 from nextcloud/bugfix/noid/only-send-the-currently-m...Joas Schilling
2022-05-16Also retry on connect exceptionJoas Schilling
2022-05-13Retry sending signaling messages up to 3 timesJoas Schilling
2022-05-13Only declare the actual changed session of a user as changedJoas Schilling
2022-05-11Use \OCP\Server::get() instead of private APIJoas Schilling
2022-04-25Move signaling listeners anonymous functions to staticVitor Mattos
2022-04-07Fix type handlingJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-03-17Fix participant list not refreshed when general permissions changeDaniel Calviño Sánchez
2022-03-17Fix permissions not updated in HPB when general permissions changeDaniel Calviño Sánchez
2022-03-14Fix permissions not honoured if updated right before joining a callDaniel Calviño Sánchez