Skip to content

Commit

Permalink
Fix tabs/spaces in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Mar 18, 2024
1 parent 3773de6 commit 3d1f9ed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/mainpage.dox
Expand Up @@ -687,13 +687,13 @@ janus.attach(
*
\verbatim
echotest.replaceTracks({
tracks: [
{
type: 'video',
mid: '1', // We assume mid 1 is video
capture: { deviceId: { exact: videoDeviceId } }
}
]
tracks: [
{
type: 'video',
mid: '1', // We assume mid 1 is video
capture: { deviceId: { exact: videoDeviceId } }
}
]
});
\endverbatim
*
Expand Down

0 comments on commit 3d1f9ed

Please sign in to comment.