Skip to content

Commit

Permalink
Address unadressed PR comment
Browse files Browse the repository at this point in the history
Followup to #207
  • Loading branch information
juberti authored Dec 8, 2023
1 parent e615b3d commit ae1b0c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/fixie/src/voice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ export class VoiceSession {
/** Warm up the VoiceSession by making network connections. This is called automatically when the VoiceSession object is created. */
warmup(): void {
console.log('[voiceSession] warming up');
this.audioStarted = false;
this.started = false;
const url = this.params?.webrtcUrl ?? 'wss://wsapi.fixie.ai';
this.socket = new WebSocket(url);
this.socket.onopen = () => this.handleSocketOpen();
Expand Down

0 comments on commit ae1b0c4

Please sign in to comment.