Update file transfer
This commit is contained in:
parent
1234a69a60
commit
23ba5e9b96
|
@ -9,34 +9,34 @@ How to use it?
|
|||
For sending a file on gnome, in a conversation you need to click to the
|
||||
send file icon at the bottom right of the conversation:
|
||||
|
||||
{width="600"}
|
||||

|
||||
|
||||
Then you will see your image as soon as the transfer is finished (and
|
||||
show images is activated)
|
||||
|
||||
{width="600"}
|
||||

|
||||
|
||||
On the contrary if you receive a file (and if it's not a picture < 20
|
||||
Mb), you will have to accept the transfer:
|
||||
|
||||
{width="600"}
|
||||

|
||||
|
||||
And then the file will be sent. You have the possibility to cancel in a
|
||||
middle of a transfer.
|
||||
|
||||
{width="600"}
|
||||

|
||||
|
||||
### Android
|
||||
|
||||
When you are talking to somebody on Android, you have the possibility to
|
||||
send a picture on your device or take a photo with these buttons:
|
||||
|
||||
{width="400"}
|
||||

|
||||
|
||||
Note: when you send a file, the other has to accept it. At this moment
|
||||
you will see 'awaiting peer':
|
||||
|
||||
{width="400"}
|
||||

|
||||
|
||||
How it works (technical)?
|
||||
-------------------------
|
||||
|
@ -143,9 +143,9 @@ show a sub transfer instead the optimistic later (see TODO list).
|
|||
|
||||
Actually the default TURN server is *turn.ring.cx*. But you can host
|
||||
your own TURN server. For example by running a
|
||||
\[coturn\](https://github.com/coturn/coturn) server.
|
||||
[coturn](https://github.com/coturn/coturn) server.
|
||||
|
||||
*sudo turnserver -a -v -n -u user:password -r "realm"*
|
||||
`sudo turnserver -a -v -n -u user:password -r "realm"`
|
||||
|
||||
Then, you can configure the TURN server in the advanced settings of
|
||||
RING.
|
||||
|
|
Loading…
Reference in New Issue