Skip to content

Commit 89d9e7f

Browse files
authored
Revert "Fix userId required in call connect sdk" (#87)
Revert "Fix userId required in call connect sdk (#86)" This reverts commit de00425.
1 parent de00425 commit 89d9e7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authsignal/node",
3-
"version": "2.14.1",
3+
"version": "2.14.0",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "dist/index.d.ts",

src/call-connect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export enum CallConnectMessageChannel {
9494
export type FinishCallRequest = {
9595
referenceId: string;
9696
state: CallState;
97-
userId: string;
97+
userId?: string;
9898
payload?: Record<string, unknown>;
9999
};
100100

0 commit comments

Comments
 (0)