Skip to content

Commit c1ee0cb

Browse files
committed
Update default port to match 5.0.0-alpha0 changes
1 parent 4e4a75e commit c1ee0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export abstract class BaseOBSWebSocket extends EventEmitter<MapValueToArgsArray<
6060
* @returns Hello & Identified messages data (combined)
6161
*/
6262
async connect(
63-
url = 'ws://127.0.0.1:4444',
63+
url = 'ws://127.0.0.1:4455',
6464
password?: string,
6565
identificationParams: IdentificationInput = {},
6666
): Promise<HelloIdentifiedMerged> {

0 commit comments

Comments
 (0)