signaling-test
This commit is contained in:
parent
c39eaf6e93
commit
7a79bb7e86
|
@ -107,13 +107,5 @@ export const ProseMirror = (props: Props) => {
|
||||||
[props.text, props.extensions]
|
[props.text, props.extensions]
|
||||||
)
|
)
|
||||||
|
|
||||||
return (
|
return <div style={props.style} ref={editorRef} class={props.class} spell-check={false} />
|
||||||
<div
|
|
||||||
style={props.style}
|
|
||||||
ref={editorRef}
|
|
||||||
class={props.class}
|
|
||||||
spell-check={false}
|
|
||||||
data-tauri-drag-region="true"
|
|
||||||
/>
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@ export const roomConnect = (
|
||||||
filterBcConns: true,
|
filterBcConns: true,
|
||||||
maxConns: 33,
|
maxConns: 33,
|
||||||
signaling: [
|
signaling: [
|
||||||
// 'wss://signaling.discours.io',
|
'wss://signaling.discours.io',
|
||||||
// 'wss://stun.l.google.com:19302',
|
// 'wss://stun.l.google.com:19302',
|
||||||
'wss://y-webrtc-signaling-eu.herokuapp.com',
|
'wss://y-webrtc-signaling-eu.herokuapp.com',
|
||||||
'wss://signaling.yjs.dev'
|
'wss://signaling.yjs.dev'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user