How to use Elixir and janus gateway?

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!

There has been a recent video on this that might be helpful.

1 Like

thank you for your answer
I saw this videos, but he not said how to use this library.

1 Like

Hello did you get it working, I am attempting the same thing now.