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-03-17Merge pull request #7014 from nextcloud/fix-media-automatically-enabled-after...Joas Schilling
2022-03-17Fix call flags update when track is disabledDaniel Calviño Sánchez
2022-03-17Fix initial state not set when joining a call without mediaDaniel Calviño Sánchez
2022-03-17Replace code block with call to identical methodDaniel Calviño Sánchez
2022-03-17Rename method to better match its behaviourDaniel Calviño Sánchez
2022-03-17Fix state not saved to local storage if call started without mediaDaniel Calviño Sánchez
2022-03-15Fix media not disabled when not availableDaniel Calviño Sánchez
2022-03-11Set enabled state in model based on the current track stateDaniel Calviño Sánchez
2022-03-11Set initial media state based on the current tracksDaniel Calviño Sánchez
2022-03-10Force enabled state before setting output trackDaniel Calviño Sánchez
2022-03-10Add unit tests for TrackEnablerDaniel Calviño Sánchez
2022-03-10Trigger event when same input track is set again with different stateDaniel Calviño Sánchez
2022-03-10Add unit tests for TrackToStreamDaniel Calviño Sánchez
2022-02-18Fix waiting sound interval not stopped once sounds are disabledDaniel Calviño Sánchez
2022-02-18Fix trying to play sound on null audio objectDaniel Calviño Sánchez
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