summaryrefslogtreecommitdiffstats
path: root/src/utils
AgeCommit message (Expand)Author
2020-11-26Don't show the SIP connection as guestJoas Schilling
2020-11-26Add constants for SIP flags and pass on the eventJoas Schilling
2020-11-19Merge pull request #4182 from nextcloud/stop-sending-the-nick-through-data-ch...Vincent Petry
2020-11-18Add explicit documentation about payload of "nickChanged" messageDaniel Calviño Sánchez
2020-10-29Merge pull request #4485 from nextcloud/enh/3543/auto-rename-pasted-filesVincent Petry
2020-10-29Clear error notification when leaving callVincent Petry
2020-10-29More precise error messages for camera and microphoneVincent Petry
2020-10-29Add default timeout for known error messagesVincent Petry
2020-10-28Auto-rename pasted filesVincent Petry
2020-10-23Fix initial nick for participants without Peer when HPB is not usedDaniel Calviño Sánchez
2020-10-23Send and handle "nickChanged" message also through signalingDaniel Calviño Sánchez
2020-10-23Remove "userId" property from internal "nick" eventDaniel Calviño Sánchez
2020-10-23Stop sending the nick through data channels after some timeDaniel Calviño Sánchez
2020-10-23Generalize function nameDaniel Calviño Sánchez
2020-10-23Unify sending "nickChanged" data channel messagesDaniel Calviño Sánchez
2020-10-23Do not explicitly send "nickChanged" message on connectionDaniel Calviño Sánchez
2020-10-23Specialize "startSendingNick" function to use only the own peerDaniel Calviño Sánchez
2020-10-15Merge pull request #4181 from nextcloud/improve-setting-initial-audio-and-vid...Joas Schilling
2020-10-12Use defined constantsJoas Schilling
2020-09-25Stop checking for peer media if audio/video status is receivedDaniel Calviño Sánchez
2020-09-25Extract functions to stop checking audio and media stateDaniel Calviño Sánchez
2020-09-25Remove unneeded conditionDaniel Calviño Sánchez
2020-09-25Remove unneeded codeDaniel Calviño Sánchez
2020-09-25Fix sending initial media state to participants without audio or videoDaniel Calviño Sánchez
2020-09-25Repeat initial state messages when the HPB is usedDaniel Calviño Sánchez
2020-09-25Extract function to send current media stateDaniel Calviño Sánchez
2020-09-25Send initial state messages for connections also through signalingDaniel Calviño Sánchez
2020-09-25Fix some signaling messages not handled with external signaling serverDaniel Calviño Sánchez
2020-09-24Ensure that devices were enumerated when starting the local mediaDaniel Calviño Sánchez
2020-09-24Wait for pending devices enumeration before getting user mediaDaniel Calviño Sánchez
2020-09-24Mark handling of input id changes as pending since the beginningDaniel Calviño Sánchez
2020-09-24Do not remove ended streams if there are pending changesDaniel Calviño Sánchez
2020-09-24Remember selected input devicesDaniel Calviño Sánchez
2020-09-16Merge pull request #4076 from nextcloud/ignore-forcemute-message-if-already-m...Joas Schilling
2020-09-16Unregister handlers when CallParticipantModels are no longer neededDaniel Calviño Sánchez
2020-09-16Unregister handlers when analyzers are no longer neededDaniel Calviño Sánchez
2020-09-16Unregister handler once SpeakingWhileMutedWarner is no longer neededDaniel Calviño Sánchez
2020-09-09Respect local audio and video disabled state when starting local tracksDaniel Calviño Sánchez
2020-09-09Keep track of whether the local video was enabled or disabledDaniel Calviño Sánchez
2020-09-09Ignore "forceMute" message if already mutedDaniel Calviño Sánchez
2020-08-27Get rid of "hark" data channelDaniel Calviño Sánchez
2020-08-27Merge pull request #3882 from vhristov/bugfix/3819/fix-channel-retransmit-inf...Daniel Calviño Sánchez
2020-08-27Fix permanent timeoutJoas Schilling
2020-08-26Prevent infinite loop in datachanel open re-transmissionVladislav Hristov
2020-08-24Do not use "finally" on promises returned by "getUserMedia"Daniel Calviño Sánchez
2020-08-21Stop any previous track before requesting one from a different deviceDaniel Calviño Sánchez
2020-08-21Dispatch "cloned" event when cloning a MediaStreamTrackDaniel Calviño Sánchez
2020-08-21Do not request streams again while waiting for a previous oneDaniel Calviño Sánchez
2020-08-21Handle changes in the selected audio or video input devices during callsDaniel Calviño Sánchez
2020-08-21Trigger events when the selected audio or video input device changesDaniel Calviño Sánchez