Adds the displayName if available to the conference options on create.

This commit is contained in:
damencho 2017-10-05 13:28:19 -05:00 committed by Дамян Минков
parent 5d313a8cd8
commit 654c5c44f4
2 changed files with 13 additions and 0 deletions

View File

@ -1291,6 +1291,12 @@ export default {
: 'colibri';
}
const nick = APP.settings.getDisplayName();
if (nick) {
options.displayName = nick;
}
return options;
},

View File

@ -233,6 +233,13 @@ var config = {
// callStatsID: '',
// callStatsSecret: '',
// enables callstatsUsername to be reported as statsId and used
// by callstats as repoted remote id
// enableStatsID: false
// enables sending participants display name to callstats
// enableDisplayNameInStats: false
// Privacy
//