Skip to content

Commit

Permalink
fix: init to prev inverted [WTEL-4002]
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Nov 1, 2023
1 parent b5e0cbb commit f7ee972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/call/store/call.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const actions = {

const options = {
eventHandlers,
mediaConstraints: { audio: initWithMuted },
mediaConstraints: { audio: !initWithMuted },
sessionTimersExpires: 300,
};
const session = context.state.userAgent.call('sip:[email protected]', options);
Expand Down

0 comments on commit f7ee972

Please sign in to comment.