/* eslint-disable require-jsdoc */ function addViewId(id) { if ($('div#spth_win' + id).length === 0) { $('div#agora_remote_video').empty(); $('div#agora_remote_video').append('
'); } } function addView(id) { if (!$('#' + id)[0]) { $('
', { id, class: 'video-view' }).appendTo('#video_grid'); } } function removeView(id) { if ($('#' + id)[0]) { $('#' + id).remove(); $('#spth_win').hide(); rtc.leave(); rtc = null; } } // populate camera options TRTC.getCameras().then(devices => { devices.forEach(device => { $('