Is there a Meteor extension or something that would enable voice chat between users? (I don't have a problem with it being routed through the server first, but I don't know if this is necessary)
You can achieve both video and chat using meteor-webrtc. Check out https://github.com/foxdog-studios/meteor-webrtc .
There is an open source solution (MIT license) you can deploy without writing a single line of code:
https://github.com/RocketChat/Rocket.Chat
Related
I'm having some trouble integrating my app with the parse4cn1 lib. I followed the tutorial published on this link and the app registers normally on the Parse Server as an installation but when I try to send a push to Android devices they simply aren't being sent.
I haven't tried on iOS yet, since I figured I'd start with Android, and I'm working with a new GUI Builder app if maybe that affects something for any reason.
Thanks for your help.
Ok, I have found the problem, it was related to parse not the parse4cn1 lib. I'm actually new with parse and backend in general, I wasn't aware I had to run the pm2 restart command after modifying the cloud code.
It's working now, thanks!
I have been using FCM/GCM to send notifications to Chrome App, Chrome Extension, Android APP.
But, may I know how can I send notifications to an electron APP from FCM/GCM. I browsed through a lot of websites but did not find anything related to it.
PS: I don't worry about how the notifications are displayed. I just want the notification payload to be received by the electron app.
Thanks in advance.
There's nothing available out of the box with Electron but there is a Node package available here: https://www.npmjs.com/package/electron-push-receiver
There's no boilerplate code available for using this package yet, but there is an open issue in the associated GitHub project requesting a working example: https://github.com/MatthieuLemoine/electron-push-receiver/issues/8
I have installed asterisk 1.8.9.0. and i have installed ekiga soft phone too. When tried to call using ekiga, the caller can hear the default message , "Congrats, you have successfully installed astrisk etc." . How can I change the default welcome message. where should I write the dial plan..
please help.
Thanks
Asterisk dialplan is written in /etc/asterisk/extensions.conf
Note, however that Asterisk "dialplan" is it's own scripting language that requires some study and technical mastery to customize.
See Asterisk the Definative Guide for configuration help:
http://ofps.oreilly.com/titles/9781449332426/
or the official documentation:
https://wiki.asterisk.org/wiki/display/AST/Dialplan+Fundamentals
Instead, you may wish to install Asterisk using a GUI, which can be done easily with AsteriskNOW
http://www.asterisk.org/downloads/asterisknow
With AsteriskNOW and the FreePBX GUI you can customize your dialplan with a web admin interface. (no need to customize text files.)
I'm working on window based phone application(.xap file)
Is there any way to get the "Application Deployment" program, without installing the whole SDK?
I am not sure but i think you can't do it but some alternatives can be used. Check this post : Application Deployment Without SDK WP
Edit: Seems this does still require the SDK.
You can use Windows Phone Power Tools
I want to place a skype call automatically and I tried different ways:
first I used a api with python which worked for me with an older skype version, after the update it's not working anymore.
then I tried to install a plugin in firefox, set the firefox settings and placed a file in /usr/bin that should call skype number when clicking a skype link. I tried this with calling that skype link with a small script. Not working :(
do you know any other options? I'm using ubuntu 8.10 intrepid
Did you look at the official APIs? There are APIs for COM (not an option on Linux, I guess?) and Java (which you might try).
And there is also an official Skype API for Python. If that's what you used, and it fails with the new Skype version, I suggest you bug the Skype developers about that.