-
v0.0.11 protectedba9a0d55 · ·
- 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
-
v0.0.9 protected467ea654 · ·
- improve matrix signaling - add <rtx-user search-params='["matrix-peers"]' /> for prefil ← URL?= - add license.txt GNU GENERAL PUBLIC LICENSE - allow rtc-user[matrix-peers=Array[user_id,user_id]'] for: in + out - allow selection rtc-user[signaling-methods='["copypaste", "..."]] - try fix rtc peer for iphone / webkit ? (`candiate.toJSON() ?`) cannot figure on browserstack iphone or on https://eruda.liriliri.io/ - update log styles and body - add rtc-user[methods='["copypaste", "qr-codes"]'] + 2nd user