signaling-test

This commit is contained in:
tonyrewin 2022-10-05 16:57:43 +03:00
parent c39eaf6e93
commit 7a79bb7e86
2 changed files with 2 additions and 10 deletions

View File

@ -107,13 +107,5 @@ export const ProseMirror = (props: Props) => {
[props.text, props.extensions]
)
return (
<div
style={props.style}
ref={editorRef}
class={props.class}
spell-check={false}
data-tauri-drag-region="true"
/>
)
return <div style={props.style} ref={editorRef} class={props.class} spell-check={false} />
}

View File

@ -16,7 +16,7 @@ export const roomConnect = (
filterBcConns: true,
maxConns: 33,
signaling: [
// 'wss://signaling.discours.io',
'wss://signaling.discours.io',
// 'wss://stun.l.google.com:19302',
'wss://y-webrtc-signaling-eu.herokuapp.com',
'wss://signaling.yjs.dev'