Skip to content

Commit

Permalink
Refactored rtpengine configuration schema
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Mar 13, 2021
1 parent 32837cf commit df287e8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions etc/schemas/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,14 @@
"trustStorePassword": { "type": "string" }
}
},
"ex_mediaEngine": {
"ex_rtpEngine": {
"type": "object",
"properties": {
"provider": { "type": "string" },
"port": { "type": "integer" },
"host": { "type": "string" }
}
"host": { "type": "string" },
"proto": { "type": "string" }
},
"required": ["host"]
},
"dataSource": {
"type": "object",
Expand Down

0 comments on commit df287e8

Please sign in to comment.