mirror of https://github.com/jitsi/jitsi-meet
fix(sdk): custom server url is overwritten by sdk default url option value (#14092)
* fix(sdk): custom server url is overwritten by sdk default url option valuepull/14095/head jitsi-meet_9123
parent
3a1fc363ed
commit
109b83d6f1
@ -1,11 +1,10 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<restrictions xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
|
||||
<!-- Server URL configuration --> |
||||
<restriction |
||||
android:defaultValue="https://meet.jit.si" |
||||
android:description="@string/restriction_server_url_description" |
||||
android:key="SERVER_URL" |
||||
android:restrictionType="string" |
||||
android:title="@string/restriction_server_url_title"/> |
||||
</restrictions> |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<restrictions xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
|
||||
<!-- Server URL configuration --> |
||||
<restriction |
||||
android:description="@string/restriction_server_url_description" |
||||
android:key="SERVER_URL" |
||||
android:restrictionType="string" |
||||
android:title="@string/restriction_server_url_title"/> |
||||
</restrictions> |
||||
|
Loading…
Reference in new issue