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
path: root/docs
AgeCommit message (Collapse)Author
2020-10-28Make max GIF size configurableVincent Petry
Added app setting and capability "max-gif-size". Added new import for @nextcloud/capabilities. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2020-09-25Small fixes for Matterbridge documentationGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-09-07Improve documentation a bitJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-07put doc in integrated rtdJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-09-03Add differences between Firefox and Chromium when testing TURNDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-09-03Add note about "total-quota" parameterDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-09-03Add coTURN version recommendationDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-08-05Add docs about statusJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-31Pass base URL of Nextcloud to signaling server in backend requests.Joachim Bauch
Signed-off-by: Joachim Bauch <bauch@struktur.de>
2020-07-09Add documentation about call experienceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-07Document system requirementsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-02Merge pull request #3865 from nextcloud/techdebt/noid/image-optimizationJoas Schilling
Run server's build/image-optimization.sh on this repo
2020-07-01Run server's build/image-optimization.sh on this repoJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Add documentation for the conflict handlingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-26Fix typoJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-25Add docs about the X-Nextcloud-Talk-Hash headerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-25Fix "typo" for headerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-25Add docs for the HPB conversation clusteringJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-19Update screenshotsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-18Add documentation about testing the TURN serverDaniel Calviño Sánchez
In order to know if a TURN server is working it is useful to actually test the data transfer through the TURN server instead of just checking if it generates relay candidates. When an RTCPeerConnection is created an RTCConfiguration can be provided to configure it. One of the values it accepts is "iceTransportPolicy", which can be either set to "all" to gather all types of candidates or to "relay" to only gather relay candidates. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-15Add docs for message.parentJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-15Update TURN.mdXenon Orion
2020-05-07Add documentation for the settings apiJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-29New line for readthedocsNÿco
Otherwise it is unreadable
2020-04-22Handle the new reference id in the backendJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-20Remove the docs as wellJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-14Add a capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-14Update the docs with API v2Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-07Add a capability if the user can create conversationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-03add image to show scalingJos Poortvliet
2020-04-02Update TURN.mdJos Poortvliet
Some wording changes.
2020-04-02Merge pull request #3211 from nextcloud/bugfix/noid/stun-and-turn-are-requiredJoas Schilling
Fix documentation to make clear the TURN is not replacing the STUN bu…
2020-04-02Fix documentation to make clear the TURN is not replacing the STUN but an ↵Joas Schilling
addition Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-01Merge pull request #3221 from nextcloud/bugfix/noid/reflect-NAT-in-turn-docsIvan Sein
Reflect the NAT situation a bit better in the TURN docs
2020-04-01Remove unused count attribute from roomsJoas Schilling
Saving O(n) queries per refresh of the room list Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-31Reflect the NAT situation a bit better in the TURN docsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-13Extend the documentation a bit for when HPB is neededJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-06Add capability for force muting other participantsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-03-02Get room properties for the signaling server from separate function.Joachim Bauch
Also dispatch an event so other apps can extend the properties to return. Signed-off-by: Joachim Bauch <bauch@struktur.de>
2020-02-25Add a capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-31Clarify circles support when adding participantsMario Đanić
2020-01-24Fix typos in the docsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-21Update the screenshotsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-20Allow to start conversations with circlesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-06Merge pull request #2502 from nextcloud/bugfix/noid/typed-eventsJoas Schilling
Typed events
2019-12-04Fix docsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-04Add a flag to messages if they can be replied toJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-04Adjust docsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-04Typed events for TalkJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-23Immediately add a new conversation to the listJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>