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 *