This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
monster-ui-voip
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
UI-1036: Regular users are no longer muted when they join a conference
4.3
Jean-Roch Maitre
11 years ago
parent
b4c96a926e
commit
85a970dfc0
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
submodules/users/users.js
+ 2
- 1
submodules/users/users.js
View File
@ -3856,7 +3856,8 @@ define(function(require){
owner_id
:
data
.
user
.
id
,
play_name_on_join
:
true
,
member
:
{
numbers
:
[
]
numbers
:
[
]
,
join_muted
:
false
}
}
;
Write
Preview
Loading…
Cancel
Save