Skip to content
- refactor rtc-user.sendMessage into rtc-user.send, to accept binary data (previoulsy only json...)
- add rtc-user slot="send" and slot="logs", so end user can display/not-display them; or add custom ones, inside the component

Objectives:
- fix rtc-user so it is possible to user https://gitlab.com/sctlib/space-element/-/merge_requests/3 without making "a hack" and using `rtc-user.$peerRef.value.dataChannel.send(binData)`, and also having to add a custom event listener on the data channel events, since the previous onMessage method/listener was expecting a string, and converting to JSON all times) -> not yet sure if this is implemented correctly