How to use RPC's with WebRTCMultiplayer

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

I managed to follow the official demos and tutorials about WebSockets and WebRTC signaling. However, none of them used the high level multiplayer API or RPC’s at all, even though the documentation mentions that it is possible to do so. Tried using the WebRTCMultiplayer class and a signaling server in various ways, but nothing worked. How exactly would i be able to use RPC calls in this manner?