- activeconference
- Give your users the ability to make conference calls from your web app and generate revenue from the calls they make. All you need to get started is a free api key and a few free minutes. get a key
This video requires Flash and JavaScript
In less than 5 minutes.
Watch as we add conference-calling to Rails, schedule a call and get activeconference to phone the participants.
-
Step 1. Rails and EzCrypto
We'll assume you're familiar with Ruby, Ruby on Rails and RubyGems, and already have a Rails app ready to go.
sudo gem install ezcrypto -
Step 2. Install the activeconference plugin
This plugin provides the ActiveResource-based models you'll need to interface with our API.
git clone git://github.com/activeconference/rails_plugin.git vendor/plugins/active_conference -
Step 3. Get an activeconference API key
You need an API key to use activeconference. We use these keys to track API usage and for you to manage multiple applications and billing.
get a key -
Step 4. Configure the plugin
Set your API keys in config/initializers/active_conference.rb
ActiveConference::Resource.api_key = '12345' ActiveConference::Resource.api_secret = '67890' -
Step 5. Call yourself and a friend
c = ActiveConference::Conference.create c.participants.create(:phone_number => '12125551234', :is_leader => true) c.participants.create(:phone_number => '12125559999') c.start_time = 1.hour.from_now.utc # always provide date and times in UTC! c.save # that's it!
-
Documentation
If you're looking for specifics on the activeconference API, you'll probably find what you need in the documentation.→ REST API Documentation -
Online support
Search existing conversations or post a new question in our public FAQ.→ Search online help. -
Found a bug? We loves to fix 'em
Please email us at:→ bugs [at] activeconference.com -
Email support
To get help over email, contact us at:→ support [at] activeconference.com -
IM support
Add the activeconference buddy to your favorite IM service provider and ping us anytime you see us online.
- GTalk
- activeconference
- Yahoo! Messenger
- activeconference99
- AIM
- activeconf
- MSN
- activeconference[at]hotmail.com
- ICQ
- 487997042