Merge branch 'master' of github.com:yjs/y-webrtc
This commit is contained in:
commit
6f43fbeebb
1 changed files with 5 additions and 5 deletions
|
@ -531,12 +531,12 @@ export class WebrtcProvider extends Observable {
|
|||
* @param {string} roomName
|
||||
* @param {Y.Doc} doc
|
||||
* @param {Object} [opts]
|
||||
* @param {Array<string>} [opts.signaling]
|
||||
* @param {Array<string>?} [opts.signaling]
|
||||
* @param {string?} [opts.password]
|
||||
* @param {awarenessProtocol.Awareness} [opts.awareness]
|
||||
* @param {number} [opts.maxConns]
|
||||
* @param {boolean} [opts.filterBcConns]
|
||||
* @param {any} [opts.peerOpts]
|
||||
* @param {awarenessProtocol.Awareness?} [opts.awareness]
|
||||
* @param {number?} [opts.maxConns]
|
||||
* @param {boolean?} [opts.filterBcConns]
|
||||
* @param {any?} [opts.peerOpts]
|
||||
*/
|
||||
constructor (
|
||||
roomName,
|
||||
|
|
Loading…
Reference in a new issue