mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Use point_to_point string for encrypted calls in conference
This commit is contained in:
parent
25d960c8a8
commit
bd4f59085d
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ struct CallView: View {
|
|||
.padding(.leading, 50)
|
||||
.padding(.top, 35)
|
||||
|
||||
Text("call_zrtp_end_to_end_encrypted")
|
||||
Text(callViewModel.isConference ? "call_srtp_point_to_point_encrypted" : "call_zrtp_end_to_end_encrypted")
|
||||
.foregroundStyle(Color.blueInfo500)
|
||||
.default_text_style_white(styleSize: 12)
|
||||
.padding(.top, 35)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue