Hi, I am creating a app chat and voice for IOS, I using elixir-janus lib (https://github.com/ndarilek/elixir-janus, https://github.com/meetecho/janus-gateway) , but it not have docs how to use it.
when I run
{:ok, session} = Janus.Session.start("http://localhost:8088/janus")
session |> Janus.Session.attach_plugin("janus.plugin.audiobridge")
it run to poll function, but how to push it to client (socket) ?
someone can help me how to use this lib ?
thank you!