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-31Remove no longer used "startedWithMedia" variablefix-reconnections-on-single-media-permission-changesDaniel Calviño Sánchez
2022-03-31Fix forced reconnections when replacing tracksDaniel Calviño Sánchez
2022-03-31Update call flags if needed after joining a callDaniel Calviño Sánchez
2022-03-31Disable media when disallowedDaniel Calviño Sánchez
2022-03-31Fix reconnections on single media permission changesDaniel Calviño Sánchez
2022-03-31Add getters to check if media is allowed or disallowedDaniel Calviño Sánchez
2022-03-31Expose methods to allow or disallow mediaDaniel Calviño Sánchez
2022-03-31Update tracks based on changes in the allowed mediaDaniel Calviño Sánchez
2022-03-31Replace constraints when starting the node with "setXXXAllowed" methodsDaniel Calviño Sánchez
2022-03-31Generate actual constraints from the available tracksDaniel Calviño Sánchez
2022-03-31Add unit tests for MediaDevicesSourceDaniel Calviño Sánchez
2022-03-31Remove unused "constraints" parameters from eventsDaniel Calviño Sánchez
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