@@ -1218,6 +1218,10 @@ export class MoveService implements OnModuleInit {
if (cameraInfo.mediaSrc) {
this.reply.mediaSrc = cameraInfo.mediaSrc;
}
+
+ if(this.cameraInfos.length == 0){
+ this.reply.moveOver = true;
+ }
return this.reply;
else {