-
+ |
{peerID}
|
-
+ |
{/* a button to play back the recording */}
@@ -335,18 +340,18 @@ const RecordingsList = () => {
const duration = (new Date(recording.updatedAt).getTime() - new Date(recording.createdAt).getTime()) / 1000
return (
-
+ |
{recording.id}
|
-
+ |
{time}
|
-
+ |
{duration}s
|
-
+ |
| |