Hi,
In my app a user can set up a conference by completing a form in the web app UI which inserts the conference details into the local DB, like auto-incremented integers as conference Id’s, callerId, Pin, startTime etc…
The Conference constructor has a Guid Id parameter that is generated on the spot each time a bridge is created?
My question is how can I link my set conference to the Stasis conference and add a caller into the correct conference in case of multiple conferences in the same time?
Thanks.