Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery.common.java
/
mcz-core
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ac0d1405
authored
Sep 08, 2016
by
Gil Sade
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
added ICE params to config.
parent
c4b2e108
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletions
README.md
build.gradle
src/main/java/mcz/core/dsclient/DaoDsImpl.java
README.md
View file @
ac0d1405
...
...
@@ -4,3 +4,5 @@
-
change the push-server path
1.
0.1:
-
link with 'com.ipgallery.common:utils:1.1.0' instead of 1.0.0 since google-gdata repository no longer exists
1.
0.5:
-
added ICE params to config
build.gradle
View file @
ac0d1405
group
'com.ipgallery.common'
version
'1.0.
4
'
version
'1.0.
5
'
apply
plugin:
'java'
apply
plugin:
'maven-publish'
...
...
src/main/java/mcz/core/dsclient/DaoDsImpl.java
View file @
ac0d1405
...
...
@@ -2841,6 +2841,8 @@ public class DaoDsImpl extends DaoImplBase {
clientProfile
.
setAvailableVideoCodecsList
(
ParseClientProfileArrayParameter
(
nodeClientProfile
.
get
(
"availableVideoCodecs"
)));
clientProfile
.
setBrand
(
nodeClientProfile
.
get
(
"brand"
).
asText
());
clientProfile
.
setWebsocketServerUrl
(
nodeClientProfile
.
get
(
"wrtcWebsocketServerUrl"
).
asText
());
clientProfile
.
setStunServers
(
nodeClientProfile
.
get
(
"stunServers"
).
toString
());
clientProfile
.
setTurnServers
(
nodeClientProfile
.
get
(
"turnServers"
).
toString
());
clientProfile
.
setLastProfileUpdate
(
nodeClientProfile
.
get
(
"lastProfileUpdate"
).
asLong
());
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment