lazorfuzz / liowebrtc

An event-based WebRTC library that makes it easy to embed real-time peer to peer communication into UI components.
MIT License
164 stars 10 forks source link

UseEffect Doesn't Work Right with Shout #29

Open rachel-elas-ai opened 2 years ago

rachel-elas-ai commented 2 years ago

If I call props.webrtc.shout('chat', chatMsg); from UseEffect, it will log that I sent the message fine but the message is never received.