Open mohammadne opened 2 years ago
I had similar issues mentioned by @mohammadne. I think it will be really helpful to include documentation for new user.
For the start there is old PR https://github.com/pion/ion-sfu/pull/496 but without topic
Also, as the second step, personally, I adapted this example, not for Android, but for web.
Summary
I'm new to
webRTC
and want to useion-sfu
in my project which includes server and clients but I really stick into concept of the code and what is really going on in the code.for example I don't even have idea about what is
publisher
andsubscriber
and for that I don't know how to develop my clients in android and develop my server (I have to useMQTT
signaling and using providedjson-rpc
andgRPC
don't work)Motivation
webRTC
ion-sfu
community