jech / galene

The Galène videoconference server
https://galene.org
MIT License
975 stars 132 forks source link

a feature #222

Closed czk630597526 closed 1 month ago

czk630597526 commented 1 month ago

I think we need to add an interface to request the flow of a certain member. The existing interface 'request' will request the flow of all members in the conference room, while the other interface 'requeststream' depends on the requester already having the downstream. Imagine the next scenario where a member enters the conference room and doesn't want the flow of all members, so he doesn't call the 'request' interface, but he wants the flow of a few members

czk630597526 commented 1 month ago

I roughly understood the code, and then I wrote a new interface requestedClient modeled after the interface request. This way, I can request the flow of a specific member as follows. Will this cause any problems image image image