RPC calls not working with webRTC?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By netimu

Hello everyone, I’ve tried adapting the webrtc signaling example (link here) for my project. I want to use RPCs here but haven’t been able to make it work (I’ve tried for example replacing pinging with a remote call). Any thoughts as to what I could be missing?
Any help would be much appreciated. Many thanks!

It’s hard to help without some code samples or an uploaded project file, the issue could be so many things

andersmmg | 2021-02-13 06:58

Hey there thank you for the comment. for simplicity’s sake I tried using the bomberman example provided at bomberman multiplayer . I hosted the signaling server on glitch.com and found that the game works just fine when I launch two instances on the browser on the same machine, but when this is done on different machines it doesn’t.

netimu | 2021-02-13 15:33