Authorization on janus

Is there an plugin or builtin mechanism on managing sessions via third party api ,only to be able to authorize janus on creating the sessions?

You can find some info here.
https://janus.conf.meetecho.com/docs/auth

Hi Lorenzo,

Thank you for your quick reply, i was interested for authorization on session,managing which media streams to be consumed or not .Do you have any suggestion on how i might implement this functionality.
Thanks!

1 Like

Have a server wrap/control the Janus API, and expose a custom API to end users. This way, users will only be able to use Janus for what you want them to do.

1 Like