Browse Source

Merge pull request #9251 from jitsi/tavram/remove-sip-invite

fix(sip) remove sip text from invite
master
Avram Tudor 4 years ago
parent
commit
4138e1ac53
No account linked to committer's email address
1 changed files with 0 additions and 8 deletions
  1. 0
    8
      react/features/invite/functions.js

+ 0
- 8
react/features/invite/functions.js View File

301
         invite = `${invite}\n${dial}\n${moreNumbers}`;
301
         invite = `${invite}\n${dial}\n${moreNumbers}`;
302
     }
302
     }
303
 
303
 
304
-    if (dialIn.sipUri) {
305
-        const sipText = t('info.inviteSipEndpoint', {
306
-            sipUri: dialIn.sipUri
307
-        });
308
-
309
-        invite = `${invite}\n${sipText}`;
310
-    }
311
-
312
     return invite;
304
     return invite;
313
 }
305
 }
314
 
306
 

Loading…
Cancel
Save