summaryrefslogtreecommitdiffstats
path: root/js/webrtc.js
AgeCommit message (Expand)Author
2019-10-09Delete the old UI filesMarco Ambrosini
2019-09-26Add wrapper around "OC.getCurrentUser()" to be able to override the userDaniel Calviño Sánchez
2019-07-23Fix audio not played before video is received in ChromiumDaniel Calviño Sánchez
2019-07-16Cancel delayed peer creation when the other participant leaves the callDaniel Calviño Sánchez
2019-07-16Ignore offers when no longer in the callDaniel Calviño Sánchez
2019-07-09Update VideoView on ICE disconnected/failed with MCUDaniel Calviño Sánchez
2019-05-31Merge pull request #1858 from nextcloud/show-warning-when-browser-silently-fa...Ivan Sein
2019-05-30Fix view for participants without streamsDaniel Calviño Sánchez
2019-05-24Show warning when browser silently fails to get user mediaDaniel Calviño Sánchez
2019-05-16Force reconnection if video is enabled when it is not being sentDaniel Calviño Sánchez
2019-05-16Extract function to force reconnectionsDaniel Calviño Sánchez
2019-05-16Add switch to send or not to send video when it is availableDaniel Calviño Sánchez
2019-05-15Move handling of failures pulling messages outside of signaling objectDaniel Calviño Sánchez
2019-04-30Fix condition to ignore stats in "checkMediaPeer"Daniel Calviño Sánchez
2019-04-24Fix screensharing offer sent to peers not in the callDaniel Calviño Sánchez
2019-04-16Fix handling of WebRTC supported but "getUserMedia" not availableDaniel Calviño Sánchez
2019-04-01Remove video constraints.Ivan Sein
2019-03-27Update "getStats" to its promise based versionDaniel Calviño Sánchez
2019-03-27Replace RTCPeerConnection wrapper with standard RTCPeerConnectionDaniel Calviño Sánchez
2019-03-27Replace old SimpleWebRTC bundle with new custom SimpleWebRTC bundleDaniel Calviño Sánchez
2019-03-19Merge pull request #1631 from nextcloud/fix-stopping-local-media-when-leaving...Ivan Sein
2019-03-14Merge pull request #1582 from nextcloud/force-plan-bJoas Schilling
2019-03-04Fix stopping local media when reconnecting to a call with the MCUDaniel Calviño Sánchez
2019-02-26Force "Plan B" semantics with the MCU.Joachim Bauch
2019-02-26Add "broadcaster" property to screen offers received from the MCUDaniel Calviño Sánchez
2019-02-26Fix stale peers removal when the local screen is shared with no MCUDaniel Calviño Sánchez
2019-02-26Fix sharing own screen when other peer is sharing the screen with MCUDaniel Calviño Sánchez
2019-02-26Fix sharing own screen when other peer is sharing the screen with no MCUDaniel Calviño Sánchez
2019-02-25Move handling of speaking status to LocalVideoViewDaniel Calviño Sánchez
2019-02-21Replace legacy "getContainerId" with direct access to ScreenViews arrayDaniel Calviño Sánchez
2019-02-21User "ScreenView.setParticipantName" to set the nameDaniel Calviño Sánchez
2019-02-21Move removal of screen element to "SharedScreens.remove()" functionDaniel Calviño Sánchez
2019-02-21Remove screens based on ScreenView instead of container elementDaniel Calviño Sánchez
2019-02-21Extract initial state of view for a screen shared in a callDaniel Calviño Sánchez
2019-02-20Reset delayed video peer creation only with video offersDaniel Calviño Sánchez
2019-02-20Fix screen icon not shown for peer after reconnectingDaniel Calviño Sánchez
2019-02-20Fix removal of stale peers when a screen is sharedDaniel Calviño Sánchez
2019-02-18Replace legacy "getContainerId" with direct access to VideoViews arrayDaniel Calviño Sánchez
2019-02-18Move creation of the dummy container for promoted videos to VideoViewDaniel Calviño Sánchez
2019-02-18Remove "clone()" call with no effectDaniel Calviño Sánchez
2019-02-18Move handling of promoted status to VideoViewDaniel Calviño Sánchez
2019-02-18Move handling of screen sharing indicator to VideoViewDaniel Calviño Sánchez
2019-02-18Move handling of speaking status to VideoViewDaniel Calviño Sánchez
2019-02-18Embed and remove methodDaniel Calviño Sánchez
2019-02-18Move handling of audio availability to VideoViewDaniel Calviño Sánchez
2019-02-18Move handling of video element to VideoViewDaniel Calviño Sánchez
2019-02-18Do not use "latestSpeakerId" outside of "OCA.SpreedMe.speakers"Daniel Calviño Sánchez
2019-02-18Use "VideoView.setParticipant" to set the name and avatarDaniel Calviño Sánchez
2019-02-17Move handling of connection status to VideoViewDaniel Calviño Sánchez
2019-02-17Create new videos based on VideoView instead of container elementDaniel Calviño Sánchez