added call by nickname

This commit is contained in:
ori agranat
2019-10-25 14:02:42 +03:00
parent 7b48c9f964
commit 666cf66a99
3 changed files with 9 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ public class ServerHandler {
}
case "changeCameraName": {
CameraManager.getCurrentCamera().setNickname((String) entry.getValue());
sendFullSettings();
break;
}
case "changePipelineName": {