Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-12Fix link to OCS signaling backend.Joachim Bauch
2018-07-12Fixes after rebase.Joachim Bauch
2018-07-12Make sure to always pass a list in the "usersChanged" event.Joachim Bauch
2018-07-12Re-join call if connection to MCU is interrupted.Joachim Bauch
2018-07-12Support both variants of "sessionid" parameter.Joachim Bauch
2018-07-12Add API to force signaling reconnects, optionally with a new session id.Joachim Bauch
2018-07-12Added new standalone signaling API methods.Joachim Bauch
2018-07-12Load potentially missed chat messages after reconnect.Joachim Bauch
2018-07-12Use standalone signaling server to notify about new chat messages.Joachim Bauch
2018-07-12Move loading of chat messages to signaling class.Joachim Bauch
2018-07-10Join call after user has joined the room on the standalone signaling server.Joachim Bauch
2018-05-09Merge pull request #881 from nextcloud/backport/7874/stop-ping-and-signaling-...Ivan Sein
2018-05-09Stop ping and signaling when the room was deletedJoas Schilling
2018-05-09Use dedicated event name to trigger when refreshing the participant list.Joachim Bauch
2018-05-09Defer joining rooms until signaling server is connected.Joachim Bauch
2018-05-09Load participant list if users left/joined through standalone signaling.Joachim Bauch
2018-04-18Fix js handling of joining a roomJoas Schilling
2018-04-18Abstract away the session handlingJoas Schilling
2018-04-18For guests stop to ping the room when it is deletedJoas Schilling
2018-03-23Merge pull request #735 from nextcloud/backport/716/disconnect-media-when-lea...Ivan Sein
2018-03-22Disconnect media when leaving callJoas Schilling
2018-03-22Don't use deprecated oc_current_userJoas Schilling
2018-03-19Fix constructorsJoas Schilling
2018-03-19Join room/call connection > signaling > webrtc aswellJoas Schilling
2018-03-19Handle leaving call/room connection > signaling > webrtcJoas Schilling
2018-03-19Rename calls to connection and remove static-nessJoas Schilling
2018-03-19Setup signaling outside of webrtcJoas Schilling
2018-02-02Update room list on "room" events.Joachim Bauch
2018-02-02Split "room" from "call" when using the standalone signaling server.Joachim Bauch
2017-12-07Avoid multiple pull messages requests at the same time.Ivan Sein
2017-11-22Ping should work when you joined a roomJoas Schilling
2017-11-16also leave the room when the user navigates awayJoas Schilling
2017-11-10Merge pull request #464 from nextcloud/leave_users_on_room_leaveJoas Schilling
2017-11-03Fix the UI to correctly join the room and the callJoas Schilling
2017-11-03Trigger "usersLeft" event for remaining users when leaving room.Joachim Bauch
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