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 4e4a75e commit c1ee0cbCopy full SHA for c1ee0cb
src/base.ts
@@ -60,7 +60,7 @@ export abstract class BaseOBSWebSocket extends EventEmitter<MapValueToArgsArray<
60
* @returns Hello & Identified messages data (combined)
61
*/
62
async connect(
63
- url = 'ws://127.0.0.1:4444',
+ url = 'ws://127.0.0.1:4455',
64
password?: string,
65
identificationParams: IdentificationInput = {},
66
): Promise<HelloIdentifiedMerged> {
0 commit comments