Skip to content

Commit

Permalink
Checking in
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancde committed Nov 13, 2023
1 parent c4a5a2f commit c0875d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export default class Vapi extends VapiEventEmitter {

this.call.on("left-meeting", () => {
this.emit("call-end");
this.started = false;
});

this.call.on("participant-left", (e) => {
Expand Down

0 comments on commit c0875d5

Please sign in to comment.