Merge pull request #41 from iconio/patch-1

Typo Fix
هذا الالتزام موجود في:
Miroslav Pejic
2022-03-10 13:53:00 +01:00
ملتزم من قبل GitHub
الأصل 0c57cacf88 d803e635e2
التزام c3019c15a9

عرض الملف

@@ -24,7 +24,7 @@ const _PEER = {
sendMsg: '<i class="fas fa-paper-plane"></i>', sendMsg: '<i class="fas fa-paper-plane"></i>',
}; };
const surveyAvtive = true; const surveyActive = true;
let participantsCount = 0; let participantsCount = 0;
@@ -996,7 +996,7 @@ function handleRoomClientEvents() {
}); });
rc.on(RoomClient.EVENTS.exitRoom, () => { rc.on(RoomClient.EVENTS.exitRoom, () => {
console.log('Room Client leave room'); console.log('Room Client leave room');
if (surveyAvtive) { if (surveyActive) {
openURL(url.survey); openURL(url.survey);
} else { } else {
openURL('/newroom'); openURL('/newroom');