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
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-09Fix joining call without media devicesDaniel 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-04Use hasFeature functionJoas Schilling
2021-11-03Show an error message to users with the HPB is incompatibleJoas Schilling
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-11Adjust virtual-background/ from the Jitsi project.Immanuel Pasanec
2021-10-11Adjust code imported from Jitsi to Talk styleDaniel Calviño Sánchez
2021-10-11Added virtual-background from jitsi-meetDaniel 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-08Add base classes for media pipelineDaniel Calviño Sánchez
2021-10-07Introduce different layers for permissionsJoas Schilling
2021-10-07Rename and extend constants and methods for the new permissionsJoas Schilling
2021-10-04Merge pull request #6320 from nextcloud/extract-common-emitter-code-to-mixinJoas Schilling
2021-10-04Merge pull request #6319 from nextcloud/fix-null-stream-given-to-rtcpeerconne...Joas Schilling
2021-10-01Extract common emitter code to mixinDaniel Calviño Sánchez
2021-09-29Fix null stream given to RTCPeerConnection.addTrackDaniel Calviño Sánchez
2021-09-24Fix "stopped speaking" events still emitted once started to speak againDaniel Calviño Sánchez
2021-09-01Fix missing parameter documentationDaniel Calviño Sánchez
2021-09-01Handle errors betterJoas Schilling
2021-08-31Merge pull request #6171 from nextcloud/techdebt/noid/improve-eslintJoas Schilling
2021-08-31Don't save device selection when there is only one deviceJoas Schilling
2021-08-31Fix remaining warningsmarco
2021-08-31More doc fixesJoas Schilling
2021-08-30Merge pull request #6169 from nextcloud/work-around-chromium-bug-of-iceconnec...Joas Schilling
2021-08-30Work around Chromium bug of iceConnectionState stuck as "disconnected"Daniel Calviño Sánchez
2021-08-30Replace "bool" with type "boolean"Joas Schilling
2021-08-30Replace "int" type with "number"Joas Schilling
2021-08-30Merge pull request #6152 from nextcloud/bugfix/noid/log-device-selection-fall...Joas Schilling
2021-08-30Add some logging to the device selectionJoas Schilling
2021-08-30Use fallback device once all devices were processedJoas Schilling
2021-08-27Fix laggy high resolution videos in ChromiumDaniel Calviño Sánchez
2021-08-25Merge pull request #6118 from nextcloud/fix-connection-quality-warning-still-...Joas Schilling
2021-08-23Fix event names to kebap-caseJoas Schilling