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

github.com/nextcloud/spreed-screensharing-chrome-extension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Bauch <bauch@struktur.de>2017-01-27 17:35:50 +0300
committerJoachim Bauch <bauch@struktur.de>2017-01-27 17:37:27 +0300
commit8322906269d649550c0d673cc1d1708a6b642186 (patch)
tree2a0edef1541623ab6401afb62644d4036b7d424f /README.md
Added initial version of Chrome screensharing extension.
This is required to support screensharing in Chrome for the Nextcloud Spreed app (see nextcloud/spreed#227). Signed-off-by: Joachim Bauch <bauch@struktur.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0ad38cb
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# Chrome extension to support screensharing in the Nextcloud Spreed app
+
+Based on the getScreenMedia example from
+https://github.com/HenrikJoreteg/getScreenMedia/tree/master/chrome-extension-sample
+
+
+## Installation
+
+See https://developer.chrome.com/extensions/getstarted#unpacked for further
+information on how to load the unpacked extension.