Fix number of room members allowed when sending voip events.

Co-authored-by: Hubert Chathi <hubertc@matrix.org>
pull/1511/head
David Baker 3 years ago committed by GitHub
parent d1b4c72762
commit 163605c4f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save