layout | title | description | isHome | hide |
---|---|---|---|---|
default |
AVChat Module for Drupal 7 |
The documentation for the AVChat module for Drupal. |
false |
true |
The AVChat Module for Drupal 7 handles the integration between a Drupal 7 web site and the AVChat video chat software.
If you're looking for something specific just hit Ctrl+F on your browser.
AVChat 3.0.zip
contains AVChatavchat3_drupal_modules.zip
contains the Drupal modules
Extract the 2 archives somewhere on your computer. Here's their contents:
Once we've downloaded & unzipped everything the next thing we need to do is to setup the media server app to which AVChat will connect to.AVChat uses a media server to send all the audio video and text data between users. AVChat supports the 3 major media servers:
- Red5
- Adobe Media Server
- Wowza
Here's how to install the avchat30
app on each one of them:
{% include media-server-app.md %}
Connect using an FTP client to your website and:- upload the
avchat3
folder fromavchat3_drupal_modules.zip/drupal7.x_module
to/sites/all/modules/
- upload the contents of the
Files to upload to your web site
folder from the AVChat archive to/sites/all/modules/avchat3/
If your website's hosted on a Linux server CHMOD the `uploadedFiles` and `tokens` folders to 777.
Edit /sites/default/settings.php
and search for # $cookie_domain = '.example.com';
(line 340 on Drupal 7.42).
Remove the #
sign and replace .example.com
with your domain name. Save.
After making the change the line with the $cookie_domain variable should look like this:
$cookie_domain = 'yourwebsite.com';Now open your Drupal's admin area in a web browser, click on `Modules` in the top menu and scroll down to the `CHAT` section where you need to enable the new `AVChat3` module by clicking the empty checkbox at the left of it and then on [Save Configuration]. Two new menu items will show up in your Drupal menus:
Flash Video Chat
in the main menuAVChat 3 Module Settings
in the top admin menu
Click on AVChat 3 Module Settings
, a list of AVChat 3 settings will show up including the RTMP Connectionstring
field.
Set it to the connection string for your new media server app like this:
rtmp://media-server-ip/avchat30/_definst_
scroll to the bottom and press Save configuration.
Now close the Modules modal and click on `Flash Video Chat` link in the main menu to open the page with AVChat on it. The pre-filled AVChat login screen will show up, click `[Enter Chat]`. AVChat will now connect to the media server and ask you for the license key.Enter the key (It's in your private client/trial area) and press [Submit]
.
To give other people access to the AVChat admin interface do the following:
- Go to
Modules -> AVChat3
(it's in the CHAT section at the bottom) - Click on the
Permissions
link to the right - Tick the checkboxes for the roles you want to give access to in the
Allow this user role to access the chat as admins
line. - Scroll to the bottom and click Save permissions
Unce a user has access to the admin area of AVChat he just has to log in your website and click on the Flash Video Chat
link. AVChat's admin interface is automatically loaded.
You might want AVChat to open in a pop up window to make it easier for your users to browse your website while in the chat.
- In the top admin menu click on
AVChat 3 Module Settings
- In the
Chat will open
section check theIn popup
option - Scroll to the bottom and click Save configuration
- anonymous users or visitors
- authenticated users or logged in users
- administrator
On top of that you can add your own custom user roles from People -> PERMISSIONS -> Roles
.
To control what AVChat features (creating rooms, sending PM's, viewing webcams, etc.) are available to each user role click on People
in the top menu and then on the Permissions
tab.
All user roles will be shown horizontally while all the AVChat features you can turn on and off will be shown vertically.
1. Go to `Modules -> AVChat3` (it's in the CHAT section at the bottom) 2. Click on the `Permissions` link to the right 3. Tick the checkbox for the ANONYMOUS USER role in the `Allow this user role to access the chat interface` line. 4. Scroll to the bottom and click Save permissions All the AVChat files including:- all the module files
index.swf
andadmin.swf
- language files
- themes
- audio/video quality profile files
avc_settings.xml
integration.php
are located in /sites/all/modules/avchat3/
.
Once you purchase the module you can modify it and distribute it as long as you keep it under the GPL.
We are not affiliated with or endorsed by the Drupal Project or its trademark owners.