openvidu icon indicating copy to clipboard operation
openvidu copied to clipboard

Recording JSON file generating endTimeOffset negative value

Open mayander30 opened this issue 3 years ago • 0 comments

Here a example, the video has 11 minutes but the openvidu show 0 seconds. { "createdAt": 1611437669515, "id": "584-997", "name": "584-997", "sessionId": "584-997", "files": [ { "name": "str_CAM_Y0rm_con_HO6oS4mPQv.webm", "connectionId": "con_HO6oS4mPQv", "streamId": "str_CAM_Y0rm_con_HO6oS4mPQv", "size": 5311722, "clientData": "{"userId":997,"userName":"Craig Doescher","isCoach":false}", "serverData": "", "hasAudio": true, "hasVideo": true, "typeOfVideo": "CAMERA", "startTimeOffset": 556, "endTimeOffset": -1611437669515 } ] }

mayander30 avatar Jan 24 '21 00:01 mayander30