We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff42e1 commit 7fdc2e2Copy full SHA for 7fdc2e2
javascript/src/api.ts
@@ -95,9 +95,9 @@ export interface IDocumentProvider extends IDisposable {
95
fork(): Promise<string>;
96
97
/**
98
- * Connect the shared document to a forked room with forkId (disconnect from previous room).
+ * Connect the shared document to a room with given ID (disconnect from previous room).
99
*/
100
- connectFork(forkId: string): void;
+ connect(roomId: string): void;
101
}
102
103
0 commit comments