|
@@ -1388,6 +1388,12 @@ export class MoveService implements OnModuleInit {
|
|
|
|
|
|
if (cameraInfo.mediaSrc) {
|
|
if (cameraInfo.mediaSrc) {
|
|
this.reply.mediaSrc = cameraInfo.mediaSrc;
|
|
this.reply.mediaSrc = cameraInfo.mediaSrc;
|
|
|
|
+ if(this.cameraInfos.length == 0){
|
|
|
|
+ this.reply.moveStart = true;
|
|
|
|
+ }
|
|
|
|
+ else{
|
|
|
|
+ this.reply.moveStart = false;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
user.camera.position = JSON.parse(
|
|
user.camera.position = JSON.parse(
|