mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
FS-8024 Display gravatar on interface using new userVariable on mod_conference/mod_verto liveArray.
FS-8023 #resolve Add shadow to the avatar to indicate muting and talking statuses FS-8024 #resolve pass in the email to display avatar.
This commit is contained in:
committed by
Joao Mesquita
parent
d262f07d0f
commit
2a890706e1
@@ -37,7 +37,8 @@ module.exports = function (grunt) {
|
||||
port: 9001,
|
||||
// Change this to '0.0.0.0' to access the server from outside.
|
||||
hostname: 'localhost',
|
||||
livereload: 35729
|
||||
livereload: 35729,
|
||||
protocol: 'https'
|
||||
},
|
||||
livereload: {
|
||||
options: {
|
||||
|
Reference in New Issue
Block a user