Skip to content

Commit

Permalink
KAZOO-2492: re-add VP8
Browse files Browse the repository at this point in the history
  • Loading branch information
k-anderson committed Jun 12, 2014
1 parent 4287a0e commit 06f2ade
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
3 changes: 2 additions & 1 deletion applications/crossbar/priv/couchdb/schemas/accounts.json
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,8 @@
"enum":[
"H261",
"H263",
"H264"
"H264",
"VP8"
],
"default":[

Expand Down
7 changes: 4 additions & 3 deletions applications/crossbar/priv/couchdb/schemas/devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,10 @@
,"items":{
"type":"string"
,"enum":[
"H261"
,"H263"
,"H264"
"H261",
"H263",
"H264",
"VP8"
]
}
,"default":[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@
"OPUS",
"H261",
"H263",
"H264"
"H264",
"VP8"
],
"default":[
"PCMU",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@
"OPUS",
"H261",
"H263",
"H264"
"H264",
"VP8"
]
}
,"default":[
Expand Down
3 changes: 2 additions & 1 deletion applications/crossbar/priv/couchdb/schemas/users.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@
"enum":[
"H261",
"H263",
"H264"
"H264",
"VP8"
],
"default":[

Expand Down

0 comments on commit 06f2ade

Please sign in to comment.