Skip to content

Commit abc4004

Browse files
uriを渡せないデバイスもあるため、uriとpathをオプションにした。
1 parent 4c7aeca commit abc4004

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

api/mediaStreamRecording.json

-5
Original file line numberDiff line numberDiff line change
@@ -1396,8 +1396,6 @@
13961396
"description": "レコーディング情報",
13971397
"required": [
13981398
"status",
1399-
"uri",
1400-
"path",
14011399
"mimeType"
14021400
],
14031401
"properties": {
@@ -1439,9 +1437,6 @@
14391437
},
14401438
{
14411439
"type": "object",
1442-
"required": [
1443-
"uri"
1444-
],
14451440
"properties": {
14461441
"uri": {
14471442
"type": "string",

0 commit comments

Comments
 (0)