Skip to content

Commit

Permalink
dont send dialogParams.version yet (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo Gallo authored Oct 6, 2022
1 parent e97e747 commit 53a55d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/webrtc/src/BaseConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface OnVertoByeParams {
redirectDestination?: string
}

const INVITE_VERSION = 1000
// const INVITE_VERSION = 1000
const AUDIO_CONSTRAINTS: MediaTrackConstraints = {
echoCancellation: true,
noiseSuppression: true,
Expand Down Expand Up @@ -210,7 +210,7 @@ export class BaseConnection<EventTypes extends EventEmitter.ValidEventTypes>
screenShare,
additionalDevice,
pingSupported,
version: INVITE_VERSION,
// version: INVITE_VERSION,
},
}
}
Expand Down

0 comments on commit 53a55d6

Please sign in to comment.