Skip to content

Commit 6a367f8

Browse files
Previewのレスポンス更新
## 更新内容 * streamsの項目を追加。
1 parent 513c159 commit 6a367f8

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

api/mediaStreamRecording.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,6 +1335,30 @@
13351335
"title": "プレビュー配信URI",
13361336
"description": "開始したプレビューの配信用URI。形式はMotionJPEGとする。"
13371337
},
1338+
"streams": {
1339+
"type": "array",
1340+
"title": "ストリームのリスト",
1341+
"description": "ストリーム情報の配列。",
1342+
"items": {
1343+
"type": "object",
1344+
"required": [
1345+
"mimeType",
1346+
"uri"
1347+
],
1348+
"properties": {
1349+
"mimeType": {
1350+
"type": "string",
1351+
"title": "ストリームのMIMEType",
1352+
"description": "ストリームのMIMEType。"
1353+
},
1354+
"uri": {
1355+
"type": "string",
1356+
"title": "ストリームのURI",
1357+
"description": "ストリームのURI。"
1358+
}
1359+
}
1360+
}
1361+
},
13381362
"audio": {
13391363
"type": "object",
13401364
"title": "音声配信情報",
@@ -1538,4 +1562,4 @@
15381562
}
15391563
}
15401564
}
1541-
}
1565+
}

0 commit comments

Comments
 (0)