mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Using supported tags for third party accounts
This commit is contained in:
parent
ea79e9243d
commit
22b447a67f
3 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
<entry name="rtp_bundle" overwrite="true">1</entry>
|
||||
<entry name="lime_server_url" overwrite="true">https://lime.linphone.org/lime-server/lime-server.php</entry>
|
||||
<entry name="lime_algo" overwrite="true">c25519</entry>
|
||||
<entry name="supported" overwrite="true"></entry>
|
||||
</section>
|
||||
<section name="nat_policy_default_values">
|
||||
<entry name="stun_server" overwrite="true">stun.linphone.org</entry>
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
<entry name="rtp_bundle" overwrite="true">0</entry>
|
||||
<entry name="lime_server_url" overwrite="true"></entry>
|
||||
<entry name="lime_algo" overwrite="true"></entry>
|
||||
<entry name="supported" overwrite="true">outbound</entry>
|
||||
</section>
|
||||
<section name="nat_policy_default_values">
|
||||
<entry name="stun_server" overwrite="true">stun.linphone.org</entry>
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ class MessageDeliveryModel
|
|||
message: ChatMessage,
|
||||
state: ParticipantImdnState
|
||||
) {
|
||||
Log.i("$TAG Participant IMDN state changed [${state.state}], updating delivery status")
|
||||
computeDeliveryStatus()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue