openvidu-server: typo fixed in spring-configuration-metadata JSON

pull/87/merge
pabloFuente 2018-07-10 11:50:25 +02:00
parent de27312d1e
commit 220b82d501
1 changed files with 4 additions and 4 deletions

View File

@ -68,25 +68,25 @@
{ {
"name": "openvidu.streams.video.max-recv-bandwidth", "name": "openvidu.streams.video.max-recv-bandwidth",
"type": "java.lang.Integer", "type": "java.lang.Integer",
"description": "Maximum video bandwith sent from clients to OpenVidu Server, in kbps. 0 means unconstrained", "description": "Maximum video bandwidth sent from clients to OpenVidu Server, in kbps. 0 means unconstrained",
"defaultValue": 600 "defaultValue": 600
}, },
{ {
"name": "openvidu.streams.video.min-recv-bandwidth", "name": "openvidu.streams.video.min-recv-bandwidth",
"type": "java.lang.Integer", "type": "java.lang.Integer",
"description": "Minimum video bandwith sent from clients to OpenVidu Server, in kbps. 0 means unconstrained", "description": "Minimum video bandwidth sent from clients to OpenVidu Server, in kbps. 0 means unconstrained",
"defaultValue": 300 "defaultValue": 300
}, },
{ {
"name": "openvidu.streams.video.max-send-bandwidth", "name": "openvidu.streams.video.max-send-bandwidth",
"type": "java.lang.Integer", "type": "java.lang.Integer",
"description": "Maximum video bandwith sent from OpenVidu Server to clients, in kbps. 0 means unconstrained", "description": "Maximum video bandwidth sent from OpenVidu Server to clients, in kbps. 0 means unconstrained",
"defaultValue": 600 "defaultValue": 600
}, },
{ {
"name": "openvidu.streams.video.min-send-bandwidth", "name": "openvidu.streams.video.min-send-bandwidth",
"type": "java.lang.Integer", "type": "java.lang.Integer",
"description": "Minimum video bandwith sent from OpenVidu Server to clients, in kbps. 0 means unconstrained", "description": "Minimum video bandwidth sent from OpenVidu Server to clients, in kbps. 0 means unconstrained",
"defaultValue": 300 "defaultValue": 300
}, },
{ {