ipad-testing
Noah 2023-03-28 18:12:49 -07:00
parent e69449124e
commit 2e9c02f84e
1 changed files with 4 additions and 0 deletions

View File

@ -356,6 +356,10 @@ const app = Vue.createApp({
this.whoList = msg.whoList;
this.whoMap = {};
if (this.whoList == undefined) {
this.whoList = [];
}
// If we had a camera open with any of these and they have gone
// off camera, close our side of the connection.
for (let row of this.whoList) {