Skip to content

Commit

Permalink
fixed configurAudioSession ios
Browse files Browse the repository at this point in the history
  • Loading branch information
hiennguyen92 authored Nov 12, 2021
1 parent 0a45cd3 commit f8a2621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/Classes/SwiftFlutterCallkitIncomingPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ public class SwiftFlutterCallkitIncomingPlugin: NSObject, FlutterPlugin, CXProvi
self.answerCall?.startAudio()
}
}
configurAudioSession()
self.sendEvent(SwiftFlutterCallkitIncomingPlugin.ACTION_CALL_TOGGLE_AUDIO_SESSION, [ "isActivate": true ])
}

Expand Down

0 comments on commit f8a2621

Please sign in to comment.