Merge pull request #41 from iconio/patch-1

Typo Fix
main
Miroslav Pejic 4 years ago committed by GitHub
commit c3019c15a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save