oro / crm-hangouts-call-bundle
Oro Google Hangouts integration
Installs: 179 856
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 34
Forks: 1
Open Issues: 0
Language:JavaScript
Type:symfony-bundle
Requires
- oro/calendar-bundle: 5.1.*
- oro/crm-call-bundle: 5.1.*
- oro/platform: 5.1.*
- 5.1.x-dev
- dev-master / 5.1.x-dev
- 5.1.0
- 5.1.0-rc.2
- 5.1.0-rc.1
- 5.1.0-beta.2
- 5.1.0-beta.1
- 5.1.0-alpha.2
- 5.1.0-alpha.1
- 5.0.x-dev
- 5.0.2
- 5.0.1
- 5.0.0
- 5.0.0-rc
- 5.0.0-beta.2
- 5.0.0-beta.1
- 5.0.0-alpha.2
- 5.0.0-alpha.1
- 4.2.x-dev
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.2.0-rc
- 4.2.0-beta
- 4.2.0-alpha.3
- 4.2.0-alpha.2
- 4.2.0-alpha.1
- 4.2.0-alpha
- 4.1.x-dev
- 4.1.2
- 4.1.1
- 4.1.1-rc
- 4.1.0
- 4.1.0-rc4
- 4.1.0-rc
- 4.1.0-beta
- 4.0.x-dev
- 4.0.0
- 4.0.0-rc
- 4.0.0-beta
- 3.1.x-dev
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.1.0-rc
- 3.1.0-beta
- 3.0.x-dev
- 3.0.0
- 3.0.0-rc
- 3.0.0-beta
- 2.6.x-dev
- 2.6.1
- 2.6.0
- 2.5.x-dev
- 2.5.0
- 2.4.x-dev
- 2.4.0
- 2.3.x-dev
- 2.3.1
- 2.3.0
- 2.2.x-dev
- 2.2.0
- 2.1.x-dev
- 2.1.0
- 2.0.x-dev
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-rc.1
- 1.1.x-dev
- 1.1.0
- 1.0.x-dev
- 1.0.1
- 1.0.0
- dev-5.1-rc.1
- dev-5.1-rc.2
- dev-feature/BB-21142-5.0
- dev-5.1-alpha
- dev-5.1-alpha.2
- dev-5.1-beta.1
- dev-5.1-beta.2
- dev-5.0-beta.2
- dev-5.0-beta.1
- dev-5.0-alpha.2
- dev-5.0-alpha.1
- dev-4.2-alpha.3
- dev-4.2-beta
- dev-4.2-rc
- dev-4.2-alpha.2
- dev-4.2-alpha
- dev-4.1-rc
- dev-4.1-beta
- dev-4.0-rc
- dev-4.0-beta
- dev-2.0-rc
This package is auto-updated.
Last update: 2024-10-30 02:10:42 UTC
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: []