The use-case is this:
- Clients should be able to connect ahead of time to a "meeting" (so we can see that the user is "ready")
- Until the meeting starts we would like to be able to "push" video i.e. instructions, ads etc
- When the meeting begins we want to connect another stream (i.e. 2-way chat)
- Potentially back to another stream afterwards
- We want to generate unique ids for all streams and never reveal the actual stream ids of the content
Effectively we are looking for a "forwarder" or "alias" functionallity but have not found anything in the manual that suggests that this is available.
Ideas? We started looking into mixer (i.e. create a mixer for each client, connect to that and update the published stream(s) as we progress) but does not sound like the best solution...
Thanks in advance!
- Clients should be able to connect ahead of time to a "meeting" (so we can see that the user is "ready")
- Until the meeting starts we would like to be able to "push" video i.e. instructions, ads etc
- When the meeting begins we want to connect another stream (i.e. 2-way chat)
- Potentially back to another stream afterwards
- We want to generate unique ids for all streams and never reveal the actual stream ids of the content
Effectively we are looking for a "forwarder" or "alias" functionallity but have not found anything in the manual that suggests that this is available.
Ideas? We started looking into mixer (i.e. create a mixer for each client, connect to that and update the published stream(s) as we progress) but does not sound like the best solution...
Thanks in advance!