summaryrefslogtreecommitdiffstats
path: root/src/utils/webrtc/webrtc.js
AgeCommit message (Expand)Author
2023-08-08notify users who joined call if currently speakingMaksim Sukharev
2023-05-05Merge pull request #9441 from Juneezee/refactor/includesMaksim Sukharev
2023-05-04refactor: replace `indexOf` with `includes`Eng Zer Jun
2023-04-19Fix signaling messages sent to all participantsDaniel Calviño Sánchez
2023-03-01Lint fixMarco
2023-02-23apply lint rules to .js filesMaksim Sukharev
2022-08-26Ignore call signaling messages when not in a callDaniel 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-07-04Print peer ID in unidentifiable log messagesDaniel Calviño Sánchez
2022-07-04Print peer ID along the peer object in logsDaniel Calviño Sánchez
2022-05-18Fix remaining warningsmarco
2022-05-17Handle "event.participants.update.all" in the webJoas Schilling
2022-04-30Disable data channels for the SIP bridge subscriberDaniel Calviño Sánchez
2022-04-30Fix using the subscriber data channel when there is no publisherDaniel Calviño Sánchez
2022-04-20Update connections rather than create new ones on "negotiationneeded"Daniel Calviño Sánchez
2022-04-20Do not force reconnect when negotiation is needed for receiver peerDaniel Calviño Sánchez
2022-03-31Remove no longer used "startedWithMedia" variableDaniel 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-31Fix reconnections on single media permission changesDaniel Calviño Sánchez
2022-03-17Fix call flags update when track is disabledDaniel Calviño Sánchez
2022-02-01Fix screenshare not stopped in receiver participants with HPBDaniel Calviño Sánchez
2022-01-24Remove unneeded element for local screensharesDaniel Calviño Sánchez
2022-01-24Remove unused "remoteVideosEl" propertyDaniel 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-11Add attribute to know if a connection is being negotiatedDaniel Calviño Sánchez
2021-11-03Leave call when participant was remotely disconnected from the callDaniel Calviño Sánchez
2021-10-08Remove condition to detect speaking eventsDaniel 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-09-01Fix missing parameter documentationDaniel Calviño Sánchez
2021-08-31Merge pull request #6171 from nextcloud/techdebt/noid/improve-eslintJoas Schilling
2021-08-31More doc fixesJoas Schilling
2021-08-30Work around Chromium bug of iceConnectionState stuck as "disconnected"Daniel Calviño Sánchez
2021-08-23Fix license tagJoas Schilling
2021-08-23AutofixesJoas Schilling
2021-08-05Merge pull request #6040 from nextcloud/revert-5936-fix/5935/fix-documentatio...Daniel Calviño Sánchez
2021-08-05Send offer again when own peer is not initially connectedDaniel Calviño Sánchez
2021-08-05Remove redundant callDaniel Calviño Sánchez
2021-07-20Revert "fix links to documentation"kesselb
2021-07-03fix links to documentationszaimen
2021-07-01Add support for simulcast streams.Joachim Bauch
2021-06-18Expose connection state in LocalCallParticipantModelDaniel Calviño Sánchez
2021-06-17Fix hasOwnPropertyMarco Ambrosini
2021-06-17Lint fixMarco Ambrosini
2021-06-11Handle publishing permission changes during callsDaniel Calviño Sánchez