mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 17:08:36 +01:00
Fix number of room members allowed when sending voip events.
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
This commit is contained in:
parent
d1b4c72762
commit
163605c4f1
|
|
@ -6,8 +6,8 @@ This module outlines how two users in a room can set up a Voice over IP
|
||||||
WebRTC 1.0 standard. Call signalling is achieved by sending [message
|
WebRTC 1.0 standard. Call signalling is achieved by sending [message
|
||||||
events](#events) to the room. In this version of the spec, only two-party
|
events](#events) to the room. In this version of the spec, only two-party
|
||||||
communication is supported (e.g. between two peers, or between a peer
|
communication is supported (e.g. between two peers, or between a peer
|
||||||
and a multi-point conferencing unit). This means that clients MUST only
|
and a multi-point conferencing unit). Calls can take place in rooms with
|
||||||
send call events to rooms with exactly two participants.
|
multiple members, but only two devices can take part in the call.
|
||||||
|
|
||||||
All VoIP events have a `version` field. This is used to determine whether
|
All VoIP events have a `version` field. This is used to determine whether
|
||||||
devices support this new version of the protocol. For example, clients can use
|
devices support this new version of the protocol. For example, clients can use
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue