Skip to content

Commit

Permalink
add clipboard sharing to docs, #96.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Jan 17, 2022
1 parent 54a152d commit 74ce409
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,13 @@ services:
- Only admins can change screen size.
- You can set a default screen size, but this size **MUST** be one from the list, that your server supports.
- You will get this list in frontend, where you can choose from.

### Clipboard sharing
- Browsers have certain requirements to allow clipboard sharing.
- You instance must be HTTPs.
- Firefox does not support clipboard sharing.
- Use chrome for best experience.
- If browser does not support clipboard sharing:
- Clipboard icon in right bottom corner will be displayed for host.
- It opens text area that can share clipboard content bi-directionally.
- Only plain-text is supported.

0 comments on commit 74ce409

Please sign in to comment.