I’m new to Janus, but I looked through the documentation and I didn’t see an obvious way to do this using the provided API.
I’m using the custom plugin and the Janus Streaming plugin in a client, and I wanted to create dynamic mountpoints from within the custom plugin, but I don’t know how to talk to the Streaming plugin from the custom plugin.
One obvious solution that I see is to just do a web request locally, but I’m already connected with Janus through the plugin, so I’m wondering if there’s a way to use the connection to the Janus core I have in the custom plugin to communicate with the Streaming plugin, and request things through the Streaming plugin’s API, like what mountpoints exist and also dynamically create mountpoints.
Thanks!