Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)Author
2022-02-02Fix screenshare not stopped in receiver participants with HPBDaniel Calviño Sánchez
2022-01-25Play received screenshare audio in its own elementDaniel Calviño Sánchez
2022-01-25Allow to share audio of screensharesJoas Schilling
2022-01-25Remove unneeded element for local screensharesDaniel Calviño Sánchez
2022-01-25Remove unused "getDomId" methodDaniel Calviño Sánchez
2022-01-25Remove unused configuration optionsDaniel Calviño Sánchez
2022-01-25Remove unused "getEl" methodDaniel Calviño Sánchez
2022-01-25Remove unused "localVidesEl" propertyDaniel Calviño Sánchez
2022-01-25Remove code related to "peer.audioEl"Daniel Calviño Sánchez
2022-01-25Remove unused "remoteVideosEl" propertyDaniel Calviño Sánchez
2022-01-25Remove unused "createRoom" methodDaniel Calviño Sánchez
2022-01-13Don't update the participant list when only you joinedJoas Schilling
2022-01-13Remove left users from signaling list after a reconnectionDaniel Calviño Sánchez
2022-01-13Start publishing if needed on any "users changed" eventDaniel Calviño Sánchez
2022-01-13Show loading spinner on local video if needed even if own peer is nullDaniel Calviño Sánchez
2022-01-13Clear own peer from LocalCallParticipanModel when endedDaniel Calviño Sánchez
2022-01-13Stop sending offers again for own peer if current session ID changedDaniel Calviño Sánchez
2021-12-15FIx path to filesJoas Schilling
2021-12-15Merge pull request #6713 from nextcloud/feature/improve-talk-soundsMarco
2021-12-15Immediatelly pause ringing when join or leave sound is playedJoas Schilling
2021-12-15Improve talk soundsmarco
2021-12-15Don't reload the room list if only the participants changedJoas Schilling
2021-12-14Fix enabling background blur when input track is disabledDaniel Calviño Sánchez
2021-12-10Fix null track temporary set when disabling the virtual backgroundDaniel Calviño Sánchez
2021-12-10Fix not bypassing input track when setting a disabled input trackDaniel Calviño Sánchez
2021-12-10Do not bypass the output track again if node is already disabledDaniel Calviño Sánchez
2021-12-10Add unit tests for VirtualBackgroundDaniel Calviño Sánchez
2021-11-25Fix pending device not requested once current request finishesDaniel Calviño Sánchez
2021-11-25Fix automatic removal of streams when endedDaniel Calviño Sánchez
2021-11-24Merge pull request #6598 from nextcloud/fix-media-never-requested-again-when-...Joas Schilling
2021-11-24Make background blur proportional to the input video sizeDaniel Calviño Sánchez
2021-11-23Fix media never requested again when changing again to current deviceDaniel Calviño Sánchez
2021-11-23Replace virtual background segmentation modelDaniel Calviño Sánchez
2021-11-22Fix video zoom jump with background blur when changing resolutionDaniel Calviño Sánchez
2021-11-22Update the output stream of the background blur instead of changing itDaniel Calviño Sánchez
2021-11-22Limit the segmentation rate to the stream frame rateDaniel Calviño Sánchez
2021-11-22Do not calculate segmentation again if the previous one is not finishedDaniel Calviño Sánchez
2021-11-18Merge pull request #6544 from nextcloud/do-not-emit-change-events-if-attribut...Joas Schilling
2021-11-18Do not apply constraints again until the previous operation finishedDaniel Calviño Sánchez
2021-11-18Do not emit "change" events if attribute did not changeDaniel Calviño Sánchez
2021-11-17Disable background blur by default due to it's performance impactJoas Schilling
2021-11-17Reduce the bluring so it's not "You on a single color"Joas Schilling
2021-11-17Expose method to check if SIMD instructions are available in WebAssemblyDaniel Calviño Sánchez
2021-11-17Extract method to check if WebAssembly is supportedDaniel Calviño Sánchez
2021-11-17Expose finer grained methods for checkings background blur requirementsDaniel Calviño Sánchez
2021-11-12Throw an error if the model was loaded but it is not usableDaniel Calviño Sánchez
2021-11-12Expose "virtualBackgroundAvailable" attribute in "LocalMediaModel"Daniel Calviño Sánchez
2021-11-12Disable virtual background if TFLite model could not be loadedDaniel Calviño Sánchez
2021-11-12Prevent enabling the VirtualBackground if not supportedDaniel Calviño Sánchez
2021-11-12Add hint about why loading the model could have failedDaniel Calviño Sánchez