Confirmed users
120
edits
No edit summary |
Ametaireau (talk | contribs) |
||
Line 45: | Line 45: | ||
Additionally, due to device constraints (as well as due to the potential to have multiple versions of the client deployed simultaneously), it is possible in the future to have clients that support fewer participants in a room than the room has been configured to support. To deal with this situation, when a client attempts to join a room, it includes the maximum number of participants it is capable of handling at one time. When determining whether to admit a new user, the Loop server takes into consideration both the configured room maximum size ''and'' the client capabilities of those clients currently in (and attempting to join) the session. | Additionally, due to device constraints (as well as due to the potential to have multiple versions of the client deployed simultaneously), it is possible in the future to have clients that support fewer participants in a room than the room has been configured to support. To deal with this situation, when a client attempts to join a room, it includes the maximum number of participants it is capable of handling at one time. When determining whether to admit a new user, the Loop server takes into consideration both the configured room maximum size ''and'' the client capabilities of those clients currently in (and attempting to join) the session. | ||
For example: consider a configured to support up to 4 users. | For example: consider a server configured to support up to 4 users. | ||
# A first user joins with a client that supports up to 3 users. His presence temporarily reduces the room capacity to 3. | # A first user joins with a client that supports up to 3 users. His presence temporarily reduces the room capacity to 3. | ||
# A second user joins with a client that supports up to 3 clients. The server admits this user, since the room is not yet full. | # A second user joins with a client that supports up to 3 clients. The server admits this user, since the room is not yet full. |