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
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-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-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-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-12Expose "virtualBackgroundAvailable" attribute in "LocalMediaModel"Daniel Calviño Sánchez
2021-11-11Add attribute to know if a connection is being establishedDaniel Calviño Sánchez
2021-11-11Add attribute to know if a connection is being negotiatedDaniel Calviño Sánchez
2021-11-05Merge pull request #6448 from nextcloud/ignore-preference-for-h264-when-simul...Joas Schilling
2021-11-05Remove setting to prefer H.264Daniel Calviño Sánchez
2021-11-04Ignore preference for H.264 when simulcast is usedDaniel Calviño Sánchez
2021-11-04Fix connection analyzer when using simulcast with ChromiumDaniel Calviño Sánchez
2021-11-03Leave call when participant was remotely disconnected from the callDaniel Calviño Sánchez
2021-11-03Add button to end meeting for allVincent Petry
2021-10-11Make possible to enable and disable the virtual backgroundDaniel Calviño Sánchez
2021-10-11Add VirtualBackground node to apply background effects on a video trackImmanuel Pasanec
2021-10-11Do not explicitly disable audio and video on changed streamsDaniel Calviño Sánchez
2021-10-08Add MediaDevicesSource node to get tracks from MediaDevicesManagerDaniel Calviño Sánchez
2021-10-08Add TrackConstrainer node to apply constraints on a trackDaniel Calviño Sánchez
2021-10-08Add TrackEnabler node to enable or disable a trackDaniel Calviño Sánchez
2021-10-08Add TrackToStream node to aggregate tracks on a single streamDaniel Calviño Sánchez
2021-10-08Remove unused parameterDaniel Calviño Sánchez
2021-10-08Add SpeakingMonitor node to emit "speaking" events from an audio trackDaniel Calviño Sánchez
2021-10-08Remove condition to detect speaking eventsDaniel Calviño Sánchez
2021-10-08Remove unused hark optionsDaniel Calviño Sánchez
2021-10-08Remove unneeded listenerDaniel Calviño Sánchez
2021-10-07Introduce different layers for permissionsJoas Schilling