Skip to content

Commit

Permalink
Update CallsClientJoinData
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Sep 24, 2024
1 parent 40acfd3 commit 93c0c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,5 @@ export type CallsClientJoinData = {
threadID?: string;
jobID?: string;
av1Support?: boolean;
dcSignaling?: boolean;
};
1 change: 1 addition & 0 deletions src/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,4 +328,5 @@ export type CallsClientJoinData = {
jobID?: string;

av1Support?: boolean;
dcSignaling?: boolean;
}

0 comments on commit 93c0c8b

Please sign in to comment.