Download OpenAPI specification:Download
[japanese] RecordingSessionを作成し、Recordingを開始する
channelId required | string |
required | object ([japanese] SFU(個別保存)を利用する) |
required | [japanese] Google Cloud Storageの設定 (object) or [japanese] Amazon S3の設定 (object) or [japanese] Wasabiの設定 (object) |
{- "input": {
- "kind": "SFU",
- "publications": [
- {
- "id": "string",
- "contentType": "AUDIO"
}
]
}, - "output": {
- "service": "GOOGLE_CLOUD_STORAGE",
- "credential": "string",
- "bucket": "string"
}
}
{- "id": "string"
}
RecordingSessionを削除し、そのsessionによって実行されているすべてのRecordingを終了する
channelId required | string |
sessionId required | string |
{- "id": "string",
- "createdAt": "string",
- "input": {
- "kind": "SFU",
- "publications": [
- {
- "id": "string",
- "contentType": "AUDIO"
}
]
}, - "output": {
- "service": "GOOGLE_CLOUD_STORAGE",
- "credential": "string",
- "bucket": "string"
}, - "files": [
- {
- "name": "string",
- "path": "string",
- "status": "RECORDING",
- "errors": [
- {
- "detail": "string",
- "level": "FATAL",
- "occurredAt": "string"
}
], - "type": "AUDIO",
- "mimeType": "string",
- "createdAt": "string",
- "codecs": [
- "string"
], - "duration": 0,
- "publisherId": "string",
- "originPublisher": {
- "id": "string",
- "name": "string"
}, - "publications": [
- {
- "id": "string",
- "publisherId": "string",
- "originPublisher": {
- "id": "string",
- "name": "string"
}, - "contentType": "AUDIO"
}
]
}
]
}
RecordingSessionの状態を取得する
channelId required | string |
sessionId required | string |
{- "id": "string",
- "createdAt": "string",
- "input": {
- "kind": "SFU",
- "publications": [
- {
- "id": "string",
- "contentType": "AUDIO"
}
]
}, - "output": {
- "service": "GOOGLE_CLOUD_STORAGE",
- "credential": "string",
- "bucket": "string"
}, - "files": [
- {
- "name": "string",
- "path": "string",
- "status": "RECORDING",
- "errors": [
- {
- "detail": "string",
- "level": "FATAL",
- "occurredAt": "string"
}
], - "type": "AUDIO",
- "mimeType": "string",
- "createdAt": "string",
- "codecs": [
- "string"
], - "duration": 0,
- "publisherId": "string",
- "originPublisher": {
- "id": "string",
- "name": "string"
}, - "publications": [
- {
- "id": "string",
- "publisherId": "string",
- "originPublisher": {
- "id": "string",
- "name": "string"
}, - "contentType": "AUDIO"
}
]
}
]
}