summaryrefslogtreecommitdiffstats
path: root/js/signaling.js
AgeCommit message (Expand)Author
2017-11-03Fix the UI to correctly join the room and the callJoas Schilling
2017-11-02Fix eslint error.Joachim Bauch
2017-11-02Update room list after reconnect.Joachim Bauch
2017-11-02Update UI for participants if room is deleted by another user.Joachim Bauch
2017-11-02Fix passing of configured servers to the UI and wrong own URL to validate users.Joachim Bauch
2017-11-02Only use standalone server if a non-empty list of URLs is configured.Joachim Bauch
2017-11-02Detect and handle case where sessions no longer exist after a reconnect.Joachim Bauch
2017-11-02Remove duplicate method.Joachim Bauch
2017-11-02Added method to check for features provided by the server.Joachim Bauch
2017-11-02Switch to new "resumeid" for resuming sessions.Joachim Bauch
2017-11-02Allow setting up multiple signaling servers.Joachim Bauch
2017-11-02Set STUN/TURN server through settings instead of performing requests.Joachim Bauch
2017-11-02Pass all signaling-related settings as JSON object to frontend.Joachim Bauch
2017-11-02Don't manually update list of rooms.Joachim Bauch
2017-11-02Add frontend support for the standalone signaling server.Joachim Bauch
2017-10-29Unify room synchronization for users and guestsDaniel Calviño Sánchez
2017-10-11Don't use popup to ask for the password but the "blue screen"Joas Schilling
2017-09-26Stop sending call description to simplewebrtc using internal signaling.Ivan Sein
2017-09-25Fix conflict-resolution from long-polling vs. passwordsJoas Schilling
2017-09-25Move "get messages" also to signaling routeJoas Schilling
2017-09-25Fix spelling of Signaling (single L)Joas Schilling
2017-09-25Retry after 5 seconds if pull messages failed.Ivan Sein
2017-09-25Fix eslint.Ivan Sein
2017-09-25Unify sending messages into one method (rebased).Ivan Sein
2017-09-25Change js code to use new OCS endpoints.Ivan Sein
2017-09-22ES lintJoas Schilling
2017-09-22Request the password when joining a call with passwordJoas Schilling
2017-09-22Only do signaling while we ping (after successful join)Joas Schilling
2017-07-19Add only the users that need to be called by you to call description.Ivan Sein
2017-07-19Fix eslint error.Joachim Bauch
2017-07-18Fixed rebase error.Joachim Bauch
2017-07-18More "room" vs. "call" changes.Joachim Bauch
2017-07-18"leaveAllRooms" is actually "leaveAllCalls".Joachim Bauch
2017-07-18Inviting participants to a room shouldn't go through the signaling.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-18Fix eslint errors.Joachim Bauch
2017-07-18Further differentiate between room and call and move signaling code to centra...Joachim Bauch
2017-07-18Start moving room apis into one place.Joachim Bauch
2017-07-12Move call related URLs in /callJoas Schilling
2017-07-06Stop send interval when signaling connection is closed.Joachim Bauch
2017-07-06Move signaling code to single class.Joachim Bauch