mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 15:11:42 +01:00
Publish TURN-only ICE candidates in some situations
1) Incoming call is from a number not in user's address book 2) Turn-only preference is enabled for all incoming/outgoing calls // FREEBIE
This commit is contained in:
@@ -25,6 +25,12 @@
|
||||
android:title="@string/preferences_advanced__video_calling_beta"
|
||||
android:summary="@string/preferences_advanced__enable_support_for_next_generation_video_and_voice_calls"/>
|
||||
|
||||
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
android:key="pref_turn_only"
|
||||
android:title="@string/preferences_advanced__always_relay_calls"
|
||||
android:summary="@string/preferences_advanced__relay_all_calls_through_the_signal_server_to_avoid_revealing_your_ip_address"/>
|
||||
|
||||
<Preference android:key="pref_choose_identity"
|
||||
android:title="@string/preferences__choose_identity"
|
||||
android:summary="@string/preferences__choose_your_contact_entry_from_the_contacts_list"/>
|
||||
|
||||
Reference in New Issue
Block a user