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-07-23Update my emailMarco Ambrosini
2022-07-04Print peer ID in unidentifiable log messagesadjust-logs-during-callsDaniel Calviño Sánchez
2022-07-04Print peer ID along the peer object in logsDaniel Calviño Sánchez
2022-07-04Remove logs about simulcast stream not changedDaniel Calviño Sánchez
2022-05-18Fix remaining warningsmarco
2022-05-17Require new HPB versionJoas Schilling
2022-05-17Handle "event.participants.update.all" in the webJoas Schilling
2022-05-03Fix eslint warningsJoas Schilling
2022-05-03Merge pull request #7257 from nextcloud/fix-endless-offer-requests-with-the-s...Joas Schilling
2022-05-02Fix setting sender kind from transceiver kindfix-setting-sender-kind-from-transceiver-kindDaniel Calviño Sánchez
2022-04-30Disable data channels for the SIP bridge subscriberfix-endless-offer-requests-with-the-sip-bridgeDaniel Calviño Sánchez
2022-04-30Do not create data channels when they are not enabledDaniel Calviño Sánchez
2022-04-30Fix using the subscriber data channel when there is no publisherDaniel Calviño Sánchez
2022-04-20Add helper class to block a remote video when not neededDaniel Calviño Sánchez
2022-04-20Make possible to block the video of a receiver peerDaniel Calviño Sánchez
2022-04-20Update connections rather than create new ones on "negotiationneeded"Daniel Calviño Sánchez
2022-04-20Fix expected simulcast levels not set again when resetting a receiverDaniel Calviño Sánchez
2022-04-20Do not force reconnect when negotiation is needed for receiver peerDaniel Calviño Sánchez
2022-04-06Merge pull request #7080 from nextcloud/fix-forced-reconnections-when-the-hpb...Joas Schilling
2022-04-05Merge pull request #7054 from CommanderRoot/refactor/rm-deprecated-substrMarco
2022-04-01Fix not joining call again due to call flags in forced reconnectionsDaniel Calviño Sánchez
2022-03-31Fix joining call before leaving first in forced reconnectionsfix-forced-reconnections-when-the-hpb-is-not-usedDaniel Calviño Sánchez
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-24Replace deprecated String.prototype.substr()Tobias Speicher
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