From 3d1f9ed1b542e33cbc4f05035d8e13fb357631e9 Mon Sep 17 00:00:00 2001 From: Lorenzo Miniero Date: Thu, 29 Feb 2024 17:08:22 +0100 Subject: [PATCH] Fix tabs/spaces in docs --- src/mainpage.dox | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/mainpage.dox b/src/mainpage.dox index 8ec962847a..bca9b078b1 100644 --- a/src/mainpage.dox +++ b/src/mainpage.dox @@ -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 *