ionorg / ion-sfu

Pure Go WebRTC SFU
MIT License
975 stars 240 forks source link

Adding Documentation #653

Open mohammadne opened 2 years ago

mohammadne commented 2 years ago

Summary

I'm new to webRTC and want to use ion-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 and subscriber and for that I don't know how to develop my clients in android and develop my server (I have to use MQTT signaling and using provided json-rpc and gRPC don't work)

Motivation

TariqueNasrullah commented 2 years ago

I had similar issues mentioned by @mohammadne. I think it will be really helpful to include documentation for new user.

nkonev commented 2 years ago

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.