Skip to content

limit number of connections on a per connection basis #58

Description

@timdrysdale

Problem: For the wave tank, we reckon that classes of say 30 students will want to view the same stream as the teacher. The teacher might have control but the students have a read-only interface. Nonetheless, they will each draw a video stream. We might want to limit that number of connections a class can make, with a single link, so that we can size the relay instance ahead of time, and know that each customer is getting the service they paid for, which might not be the case if a class of 100 log on from one school, e.g. in an assembly,
Solution: consider a way in which to specify max number of connections (probably in the jwt token)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions