mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	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:
		@@ -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');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user