Skip to content

Commit

Permalink
Fix recording mode description in the overview.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarthi Thirumalai committed Mar 4, 2024
1 parent dd3887f commit 2fd5101
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ nav: 3.1
Recordings enable you to convert live video from 100ms rooms into long-lived video assets. 100ms can generate different types of recordings:

## Recording modes for video conferencing
- **[Track recordings](/get-started/v2/get-started/features/recordings/recording-modes/track-recordings)** - Separate media files for audio, video and screen-share tracks
- **[Stream recordings](/get-started/v2/get-started/features/recordings/recording-modes/stream-recording)** - Continuous feed of live audio or video, like a video call or live event.
- **[Composite recordings](/get-started/v2/get-started/features/recordings/recording-modes/composite-recordings)** - One video file, composed with tracks of all peers in the room
- **[Track recordings](/get-started/v2/get-started/features/recordings/recording-modes/track-recordings)** - Record each audio and video track of each peer as separate assets.
- **[Stream recordings](/get-started/v2/get-started/features/recordings/recording-modes/stream-recording)** - Record each peer's media streams (audio and video tracks combined) as a single asset.
- **[Composite recordings](/get-started/v2/get-started/features/recordings/recording-modes/composite-recordings)** - Record as a composed asset combining media tracks of all peers in the room

<FlexContainer>
<Callout title="Choosing a recording mode" icon="LinkTwoIcon">
Expand Down

0 comments on commit 2fd5101

Please sign in to comment.