oro/crm-hangouts-call-bundle

Oro Google Hangouts integration

Installs: 149 900

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 34

Forks: 1

Open Issues: 0

Language:JavaScript

Type:symfony-bundle


README

Warning: Google has retired Google Hangouts and associated services, and this integration is no longer supported.

OroHangoutsCallBundle provides integration with Google Hangouts for Oro applications and enables users to appoint Google Hangout calls for Calendar Events.

The bundle enables developers to configure default Google Hangout integration data in application parameters in YAML files and helps admin users to enable invite for Google hangout calls by phone and email in System Configuration UI.

Overview

By default into "Start a Hangout" button is added information to start OroHangoutApp within Google Hangouts call. (see more information about Hangouts button configuration)

It is possible to setup other application (or even several applications) to start within Google Hangouts call over configuration file:

oro_hangouts_call:
    initial_apps:
        - app_id: 1088XXXXX90       # application id code
          app_type: 'LOCAL_APP'
          app_name: 'MyApplication'

Or turn off starting any application at all

oro_hangouts_call:
    initial_apps: []

Resources