const domain = ‘meet.jit.si’;
const options = {
roomName: ‘JitsiMeetAPIExample’,
width: 700,
height: 700,
parentNode: document.querySelector(’#meet’),
lang: ‘de’
};
const api = new JitsiMeetExternalAPI(domain, options);
What is the new Height and Width for the full screen …?