Browse Source

fix(sip) remove sip text from invite

this will be added in a subsequent commit to the dial in page
master
Tudor-Ovidiu Avram 4 years ago
parent
commit
2f9fb64332
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,14 +301,6 @@ export function getInviteText({
301 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 304
     return invite;
313 305
 }
314 306
 

Loading…
Cancel
Save