Aga Mahmudov

Results 2 issues of Aga Mahmudov

Hello, Trying to make some remote camera. Like Phone 1 streams camera screen to Phone 2. When Phone 2 clicks on "takePicture" red button to make picture, Phone 1 should...

I was trying to use this code: computed:{ messages(){ let self = this; if(this.$subReady.messages){ console.log(Meteor.user().username + " and " + self.link); return this.$autorun(function() { Meteor.call("setCheckedDuo", {"opponent": self.link, "id": Meteor.userId()}) return...

enhancement