Gez Quinn

Results 17 comments of Gez Quinn

Created a PR - #54 to preview audio, the previewStream currently only gets the video tracks, so added a previewAudioStream that does the same thing as previewStream but just for...

If we only want one way to access the stream in its entirety, then we will have to remove the limitation that is brought about by only returning only the...

@0x006F I can alter the PR depending on what you think is best.

https://loopback.io/doc/en/lb3/User-REST-API.html#reset-password Hope that helps. As long as you have a User (or User-based) model, the SDK builder will provide the same functionality included in the loopback base model.

No worries. Have you already used the SDK to implement a login feature? If so, you can use the same feature to reset passwords.

I only ask because they are both in the same API section https://github.com/mean-expert-official/loopback-sdk-builder/wiki/5.-Usage-Examples So in the above example you could set up a method that uses `this.accountApi.resetPasswordRequest()` to setup the...

I've responded on StackOverflow. Hopefully it is helpful for you.

Changes required are minimal...mainly changing references to `ionic-angular` to `@ionic/angular`...

Hey @mixuala - any ideas how I can get your package into my project via npm? Thanks

So, how do I get the component? I've ran the build script on your repo but it fails because it's looking for the Angular 4 references - should I update...