Skip to content

Commit

Permalink
Checking in
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancde committed Dec 9, 2023
1 parent 461fba1 commit 367f52e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ export default class Vapi extends VapiEventEmitter {
this.call.on("remote-participants-audio-level", (e) =>
this.handleRemoteParticipantsAudioLevel(e)
);
console.log("yo");
this.call.on("app-message", (e) => this.onAppMessage(e));

this.call.updateInputSettings({
Expand Down

0 comments on commit 367f52e

Please sign in to comment.