Skip to content

Commit

Permalink
refactor: added comment [WTEL-4036]
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Nov 20, 2023
1 parent 54daa73 commit da30373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/call/store/call.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const getters = {

const actions = {
START_USER_AGENT: (context) => {
// why Promise? https://my.webitel.com/browse/WTEL-4036
return new Promise((resolve, reject) => {
try {
const socket = new JsSIP.WebSocketInterface(context.rootState.config.call.url);
Expand Down

0 comments on commit da30373

Please sign in to comment.