现在合成的有问题,时间轴错乱,在房间中有多个用户情况下
This commit is contained in:
@@ -64,7 +64,9 @@ describe('recording storage', () => {
|
||||
userId: 'server-recorder',
|
||||
recordingSource: 'server',
|
||||
participantId: 'participant-1',
|
||||
trackKind: 'video'
|
||||
trackKind: 'video',
|
||||
recordingStartedAt: expect.any(String),
|
||||
recordingEndedAt: expect.any(String)
|
||||
}));
|
||||
const files = listServerTrackRecordingFiles({
|
||||
meetingId: 'room_1',
|
||||
|
||||
Reference in New Issue
Block a user