Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Jun 20, 2024
1 parent e1f452b commit 6440e26
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/StreamCall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ export class StreamCall {
});
};

delete = (videoDeleteCallRequest?: VideoDeleteCallRequest) => {
return this.apiClient.deleteCall({
...this.baseRequest,
videoDeleteCallRequest: videoDeleteCallRequest ?? null,
});
};

endCall = () => {
return this.apiClient.endCall({ ...this.baseRequest });
};
Expand Down

0 comments on commit 6440e26

Please sign in to comment.