|
@@ -219,7 +219,10 @@ const defaultToolbarButtons = {
|
219
|
219
|
id: 'toolbar_contact_list',
|
220
|
220
|
tooltipKey: 'bottomtoolbar.contactlist',
|
221
|
221
|
className: 'button icon-contactList',
|
222
|
|
- sideContainerId: 'contacts_container'
|
|
222
|
+ sideContainerId: 'contacts_container',
|
|
223
|
+ html: `<span class="badge-round">
|
|
224
|
+ <span id="numberOfParticipants"></span>
|
|
225
|
+ </span>`
|
223
|
226
|
},
|
224
|
227
|
'profile': {
|
225
|
228
|
id: 'toolbar_button_profile',
|
|
@@ -295,7 +298,12 @@ const defaultToolbarButtons = {
|
295
|
298
|
'sharedvideo': {
|
296
|
299
|
id: 'toolbar_button_sharedvideo',
|
297
|
300
|
tooltipKey: 'toolbar.sharedvideo',
|
298
|
|
- className: 'button icon-shared-video'
|
|
301
|
+ className: 'button icon-shared-video',
|
|
302
|
+ html: `<ul id="sharedVideoMutedPopup"
|
|
303
|
+ class="loginmenu extendedToolbarPopup">
|
|
304
|
+ <li data-i18n="[html]toolbar.sharedVideoMutedPopup"></li>
|
|
305
|
+ </ul>
|
|
306
|
+`
|
299
|
307
|
},
|
300
|
308
|
'sip': {
|
301
|
309
|
id: 'toolbar_button_sip',
|