summaryrefslogtreecommitdiffstats
path: root/js/webrtc.js
AgeCommit message (Expand)Author
2017-11-03Fix the UI to correctly join the room and the callJoas Schilling
2017-10-09Fix sidebar overlap in callsJoas Schilling
2017-09-08Revert "Actually trigger users{Left,Joined} event"Ivan Sein
2017-08-30Actually trigger users{Left,Joined} eventLeon Klingele
2017-07-19Ignore messages from hark datachannel.Ivan Sein
2017-07-18Fix check if peer already exists.Joachim Bauch
2017-07-18Add comment about what the parameter "users" is.Joachim Bauch
2017-07-18Only process users if one has joined or leftJoachim Bauch
2017-07-18Add comment about who calls who.Joachim Bauch
2017-07-18We no longer need an internal call id.Joachim Bauch
2017-07-18Split up joining/leaving users in a call, no need to put call creation in sig...Joachim Bauch
2017-07-18Start moving room apis into one place.Joachim Bauch
2017-07-06Move signaling code to single class.Joachim Bauch
2017-06-06Send all datachannel messages through 'status' datachannel.Ivan Sein
2017-05-18Set directly avatar placeholders for guests.Ivan Sein
2017-05-18Fix eslint.Ivan Sein
2017-05-17Use ICE-restart for reconnection attemps.Ivan Sein
2017-05-15Change ice failed error icon to white.Ivan Sein
2017-05-15Fix linting errors.Ivan Sein
2017-05-12Add opacity to avatars.Ivan Sein
2017-05-12Remove status colors and add ice failed indicator.Ivan Sein
2017-05-11Add in-call css to app-content.Ivan Sein
2017-05-09Re-add 'Guest' as name indicator for guests when no nick has been set.Ivan Sein
2017-05-09Change to simpler localized strings.Ivan Sein
2017-05-09Display peer connection state for video peers.Ivan Sein
2017-05-09More changes for adding avatar for guests feature.Ivan Sein
2017-05-08Change for adding avatar for guests feature.Ivan Sein
2017-05-08Update promoted video container when peer connection state changes.Ivan Sein
2017-05-08Remove duplicated code.Ivan Sein
2017-05-08Change speakers logic.Ivan Sein
2017-05-08Changes for select-screensharing feature.Ivan Sein
2017-05-08Third draft of re-connecting feature.Ivan Sein
2017-05-08Add missing currentUser definition.Ivan Sein
2017-05-08Second draft of re-connecting feature.Ivan Sein
2017-05-08Disable re-connection attempt.Ivan Sein
2017-05-08Fix removePeers call when re-connecting.Ivan Sein
2017-05-08First draft of re-connecting feature.Ivan Sein
2017-05-08Fix debuggingJoas Schilling
2017-05-08Less debugJoas Schilling
2017-05-08Move into ifJoas Schilling
2017-05-08Add debuggingJoas Schilling
2017-05-08Store usersInRoom and a peerConnection table.Ivan Sein
2017-05-08Save peer's nick in avatar div when video is added.Ivan Sein
2017-05-05Add avatars for guests.Ivan Sein
2017-04-11Add missing check in PR #288Ivan Sein
2017-04-11Remove unnecessary logs.Ivan Sein
2017-04-11Merge pull request #289 from nextcloud/better-logsIvan Sein
2017-04-11Remove unnecessary logs.Ivan Sein
2017-04-11Promote back last speaker after screensharing is stopped.Ivan Sein
2017-04-11Merge pull request #271 from nextcloud/select-screensharingJoas Schilling