mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: default value for networkCache
parent
c39e16852f
commit
a32351c029
|
@ -784,6 +784,7 @@ public class SessionRestController {
|
||||||
type = "IPCAM"; // Other possible values in the future
|
type = "IPCAM"; // Other possible values in the future
|
||||||
adaptativeBitrate = adaptativeBitrate != null ? adaptativeBitrate : true;
|
adaptativeBitrate = adaptativeBitrate != null ? adaptativeBitrate : true;
|
||||||
onlyPlayWithSubscribers = onlyPlayWithSubscribers != null ? onlyPlayWithSubscribers : true;
|
onlyPlayWithSubscribers = onlyPlayWithSubscribers != null ? onlyPlayWithSubscribers : true;
|
||||||
|
networkCache = networkCache != null ? networkCache : 2000;
|
||||||
data = data != null ? data : "";
|
data = data != null ? data : "";
|
||||||
|
|
||||||
boolean hasAudio = true;
|
boolean hasAudio = true;
|
||||||
|
|
Loading…
Reference in New Issue