|
@@ -53,28 +53,10 @@
|
53
|
53
|
// TODO - G.M - 14-02-2018 - Find a solution to height trouble.
|
54
|
54
|
// height should be related to page size
|
55
|
55
|
height: 700,
|
56
|
|
- no_SSL: true,
|
57
|
|
- configOverwrite: {
|
58
|
|
- enableWelcomePage: false,
|
59
|
|
- enableUserRolesBasedOnToken: true,
|
60
|
|
- },
|
61
|
|
- interfaceConfigOverwrite: {
|
62
|
|
- SHOW_JITSI_WATERMARK: false,
|
63
|
|
- SHOW_POWERED_BY: false,
|
64
|
|
- SHOW_WATERMARK_FOR_GUESTS: false,
|
65
|
|
- LANG_DETECTION: true,
|
66
|
|
- USE_ID_AS_DEFAULT_DISPLAY_NAME: true,
|
67
|
|
- TOOLBAR_BUTTONS: [
|
68
|
|
- //main toolbar
|
69
|
|
- 'microphone', 'camera', 'desktop', 'fullscreen', 'fodeviceselection', // jshint ignore:line
|
70
|
|
- //extended toolbar
|
71
|
|
- 'contacts', 'settings', 'raisehand', 'videoquality','hangup','chat'], // jshint ignore:line
|
72
|
|
- MAIN_TOOLBAR_BUTTONS: ['microphone', 'camera', 'desktop', 'fullscreen', 'fodeviceselection',
|
73
|
|
- 'contacts', 'info', 'settings', 'raisehand', 'videoquality','hangup'] // jshint ignore:line
|
74
|
|
- }
|
75
|
|
-
|
|
56
|
+ // TODO - G.M - 14-02-2018 Check 'no_SSL' params
|
76
|
57
|
};
|
77
|
58
|
let api = new JitsiMeetExternalAPI(domain, options);
|
|
59
|
+ // INFO - G.M - 14-02-2018 - About Display Name
|
78
|
60
|
// Display name in jitsi-meet use XEP-0172 for MUC, which is discouraged,
|
79
|
61
|
// when others clients use resource part of the Jabber id to do it.
|
80
|
62
|
// That's why displayName compat with others XMPP client is not optimal.
|