drumilpatel

Results 14 comments of drumilpatel

So does this still depend upon Twillio's STUN/TURN server or is this a custom, locally hosted server?

@smaharj1 I'll try to work on this and submit a pull request for the same. But I dont think I'll be able to complete it soon. However, I'll surely give...

@smaharj1 @Viveckh I have changed the `add-to-cart` flow a bit where when a new (non-existing) user clicks on `add-to-cart`, the pathname of the page is saved to localstorage and once...

@Viveckh or @smaharj1 one of you can submit a pull request. Here's the code: 1. In shopping-webclient/src/components/product-detail/ProductDescription.vue: Right under: https://github.com/Viveckh/Veniqa/blob/80feecfca638f2dded0538908b29ca7c42670f68/shopping-webclient/src/components/product-detail/ProductDescription.vue#L109 add `var Url= window.location.pathname;` and under this line: https://github.com/Viveckh/Veniqa/blob/80feecfca638f2dded0538908b29ca7c42670f68/shopping-webclient/src/components/product-detail/ProductDescription.vue#L110 add...

@AmandaDLyon you are receiving the following error because your Stripe Account may have been set up with India as you Account's location. Change that to the United States to make...