Using Livekit as a backend (what matrix rtc uses) #129
abdulhakim-alshanqiti
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
heyy i have been playing with matrix rtc and trying to build a product around it.. i also love the idea around this project but all the examples probably can't scale to 100 users so using matrix rtc might get u there !
for the ppl who aren't fimmilar with matrix RTC its using Livekit to start scalable webrtc connections you can use Matrix js sdk to start a webrtc session that can handle hundreds of ppl at the same time because Livekit uses SFU
toger5/matrixRTC-example
you authenticate a matrix client then you start the livekit webrtc session this is all client side js
then u use the livekit api to listen for events and send data
Beta Was this translation helpful? Give feedback.
All reactions