settings: Add support for Hangouts as the video chat provider.

The only thing that's annoying about this feature is that you need to
be a paying G Suite customer to use it.
This commit is contained in:
Vishnu Ks
2018-04-23 18:21:30 +05:30
committed by Tim Abbott
parent 01be6b01b1
commit c9e932a7ce
14 changed files with 133 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ function _setup_page() {
var options = {
custom_profile_field_types: page_params.custom_profile_field_types,
realm_name: page_params.realm_name,
realm_available_video_chat_providers: page_params.realm_available_video_chat_providers,
realm_description: page_params.realm_description,
realm_restricted_to_domain: page_params.realm_restricted_to_domain,
realm_invite_required: page_params.realm_invite_required,