Fix typo in VoIP module (#1540)
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
db0fd30744
commit
bdf574eeb2
2 changed files with 2 additions and 1 deletions
1
changelogs/client_server/newsfragments/1540.feature
Normal file
1
changelogs/client_server/newsfragments/1540.feature
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Improve VoIP signaling, as per [MSC2746](https://github.com/matrix-org/matrix-spec-proposals/pull/2746).
|
|
@ -44,7 +44,7 @@ A grammar for `party_id` is defined [below](#grammar-for-voip-ids).
|
||||||
#### Politeness
|
#### Politeness
|
||||||
In line with [WebRTC perfect negotiation](https://w3c.github.io/webrtc-pc/#perfect-negotiation-example)
|
In line with [WebRTC perfect negotiation](https://w3c.github.io/webrtc-pc/#perfect-negotiation-example)
|
||||||
there are rules to establish which party is polite in the process of renegotiation. The callee is
|
there are rules to establish which party is polite in the process of renegotiation. The callee is
|
||||||
always the polite party. In a glare situation, the politenes of a party is therefore determined by
|
always the polite party. In a glare situation, the politeness of a party is therefore determined by
|
||||||
whether the inbound or outbound call is used: if a client discards its outbound call in favour of
|
whether the inbound or outbound call is used: if a client discards its outbound call in favour of
|
||||||
an inbound call, it becomes the polite party.
|
an inbound call, it becomes the polite party.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue