Voice chat improvements

This commit is contained in:
Ali
2021-03-15 20:40:37 +04:00
parent fe0f2dd56b
commit a05880aa6f
7 changed files with 61 additions and 15 deletions

View File

@@ -1874,6 +1874,7 @@ public final class VoiceChatController: ViewController {
strongSelf.call.setShouldBeRecording(true, title: title)
strongSelf.presentUndoOverlay(content: .voiceChatRecording(text: strongSelf.presentationData.strings.VoiceChat_RecordingStarted), action: { _ in return false })
strongSelf.call.playTone(.recordingStarted)
}
})
self?.controller?.present(controller, in: .window(.root))