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-10-10Fix silent callJoas Schilling
2022-08-31Disconnect received videos by toggling the video directly in JanusDaniel Calviño Sánchez
2022-08-26Ignore call signaling messages when not in a callfix-inconsistent-state-when-leaving-a-call-failsDaniel Calviño Sánchez
2022-08-26Clear call related data immediately when leaving callDaniel Calviño Sánchez
2022-08-26Remove unneeded assignmentDaniel Calviño Sánchez
2022-08-26Emit "leaveCall" event even if the request to leave the call failsDaniel Calviño Sánchez
2022-08-12Merge pull request #7472 from nextcloud/jwt-authJoas Schilling
2022-08-11Render canvas several timesDaniel Calviño Sánchez
2022-08-11Do not reuse output track when input is removedDaniel Calviño Sánchez
2022-08-11Enforce zero-information-content video tracksDaniel Calviño Sánchez
2022-08-11Split local streams and sent streamsDaniel Calviño Sánchez
2022-07-23Update my emailMarco Ambrosini
2022-07-07Autodetect if signaling server supports hello-v2.Joachim Bauch
2022-07-07Implement JWT auth for signaling connection.Joachim Bauch
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