Using Meteor for a Tokbox Video Application - meteor

Does anyone happen to know any Meteor developers who also have experience utilizing Tokbox Video Streaming API? We have a web app that is 90% completed and we are looking for help fully integrating our video functionality. Any referrals/guidance/direction would be appreciated.

If you could post a minimal Meteor app with Tokbox that you can't get working, we could try to help you through it. Once that works, you could integrate those learnings into your real app

Related

Is there a way for Expo applications with the managed workflow to be distributed to testers with an invite link?

It should be as simple as possible for the testers. Best case would be a link that they can click on that directly installs the app on iOS and Android devices (maybe through another app similar to testflight). As we're using Firebase in our application I looked at Firebase App distribution but it seems that it doesn't work with the managed workflow of Expo. We would need to eject our app to (possibly) make it work. As we have only a limited amount of time until the test I would like to avoid a lenghty evaluation process like the one testflight requires.
Thanks in advance for any recommendations!
Apps using Managed Workflow can be shared via Expo Go: https://docs.expo.dev/guides/sharing-preview-releases/
After some research I came across diawi.com which seems to offer what I'm searching for. It's really easy for the testers, they just have to scan a qr code or click on a link and the app actually appears as a standalone application.

How to display private Google Calendar events on my localhost start page without a webserver?

I'm practicing HTML/CSS/JS using localhost as a browser start page and I'd like to display the next 24 hours of my events from my Google Calendar. However, it seems so far that a webserver (I used Python) needs to be running first. Is there a simple way to just read these events via JavaScript? Also, my calendar is not public. I've checked all the documentation I could find and haven't found any solution.
I'm still learning, so I appreciate any help/suggestions you can give. Thanks!
If you already have a python web server running for your application, you just have to authorize it to grab data on your behalf.
I recommend you go thru the Python Quickstart tutorial to learn how to authenticate and talk with the Google APIs.
Once you have that setup and running, you can then integrate those methods to your webserver logic.
This will depend on which library or framework you are using for your application.
Hope this helps!

Generate ASP Web API help documentation at design time

Hi I came across this link https://learn.microsoft.com/en-us/aspnet/web-api/overview/getting-started-with-aspnet-web-api/creating-api-help-pages which will give us a way to browse web api documentation. But, I need it to be available without running the server. Does anyone here have an idea on how to make the API documentation generated during run time be available at design time? Thanks.

Do I still need a backend like RoR or Django if I use Firebase?

I am a Front-end developer with limited backend knowledge.
My question is do I need other backend frameworks like Django or Ruby on Rails if I use Firebase as a backend? In other words, can I solely depend on Firebase as a backend and build a single page web application or Mobile application without writing a single line of backend code?
Thanks for your time viewing the question.
I was also looking for a platform to minimize server code and I found that firebase can help a lot.
You will get plenty of docs on net. You can start at angular fire + firebase doc
https://www.firebase.com/docs/web/libraries/angular/quickstart.html
Following document was helpful for me to design my app, which requires some amount of off-line processing too.
https://firebase.googleblog.com/2013/03/where-does-firebase-fit-in-your-app.html

How to implement titanium/phonegap app with Wordpress with article and feedback creation?

I found that most sample codes are read-only in the app, without post creation and response functionality.
I would like to create a mobile app (with titanium or phonegap) with post creation and response functionalities.
Any idea on how to implement it? Or any sample code that shows this functionality?
If you are enough skilled you can use Apppresser ( http://apppresser.com - https://wordpress.org/plugins/apppresser/).
It is a framework that allows you to build your app in wordpress and publish it through PhoneGap. It allows also to integrate and use many PhoneGap libraries.
I used it on couple of project and it is great, but again, you have to be quite skilled because it is a framework and not a visual builder.
They also have lots of video tutorial in documentation section that can make your life easier.
The framework is free but there are some useful paid add ons. For a blog app free framework has all you need.
Hope this helps!

Resources