Here’s an example I wrote based on Vite + Vue3, please give me some suggestions,thanks
2 Likes
I like it!
If I can spend two cents:
In the README.md
, fix typo:
cp server/config.example.js server/config.js
And also, if someone wants to try, remember to edit this in RoomClient.js
:
this._protooUrl = `wss://YOUR-SERVER-IPV4:4443/?roomId=${roomId}&peerId=${peerId}&consumerReplicas=${consumerReplicas}`;
and adapt the config.js
file as well.
I gave you the first Keep it up!
Yes, I saw it, I’m going to do it, thank you