|
@@ -808,6 +808,9 @@ class QmeraAudioViewController: UIViewController {
|
|
|
}
|
|
|
}
|
|
|
} else if state == Nexilis.AUDIO_CALL_OFFHOOK || (!ticketId.isEmpty && state == Nexilis.VIDEO_CALL_OFFHOOK) {
|
|
|
+ if isOutgoing {
|
|
|
+ Nexilis.ringbacktonePlayer?.stop()
|
|
|
+ }
|
|
|
if users.count == 1 && firstCall {
|
|
|
DispatchQueue.main.async {
|
|
|
if !self.ticketId.isEmpty {
|