mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Remove AudioPlayer.stopSharedPlayer() in onCallClick
This commit is contained in:
parent
a60a49bca3
commit
0f1ab8bf37
1 changed files with 0 additions and 1 deletions
|
|
@ -667,7 +667,6 @@ class ChatConversationViewSwift: BackActionsNavigationView, PHPickerViewControll
|
|||
|
||||
let isOneToOneChat = ChatConversationViewModel.sharedModel.chatRoom!.hasCapability(mask: Int(LinphoneChatRoomCapabilitiesOneToOne.rawValue))
|
||||
|
||||
AudioPlayer.stopSharedPlayer()
|
||||
AudioPlayer.initSharedPlayer()
|
||||
|
||||
if (!isOneToOneChat) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue