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

@@ -493,6 +493,7 @@ function test_sync_realm_settings() {
simulate_auth_methods();
$('#id_realm_create_stream_permission').change = set_callback('realm_create_stream_permission');
$('#id_realm_video_chat_provider').change = set_callback('realm_video_chat_provider');
$('#id_realm_invite_required').change = set_callback('change_invite_required');
$('#id_realm_restricted_to_domain').change = set_callback('id_realm_restricted_to_domain');
$('#id_realm_allow_message_editing').change = set_callback('change_message_editing');