Skip to content

v3.1.5

Latest

Choose a tag to compare

@hiennguyen92 hiennguyen92 released this 11 Aug 05:44
8df0558

3.1.5

  • Fix Android: resolve build errors introduced in 3.1.4.
  • Fix Android: always call startForeground to prevent ForegroundServiceDidNotStartInTimeException, thank @AAkira #857
  • Fix Android: remove automatic launch of full screen intent settings that crashes CallkitIncomingActivity on Android 14+, thank @AAkira #856
  • Fix Android: stop incoming ringtone from silencing itself, and silence it correctly on volume-key press, thank @AAkira #855
  • Fix Android: native OnDecline callback not running when app is in terminated state, thank @salamay #854
  • Fix Android: complete Telecom hold integration for self-managed calls, thank @m-lhb #852
  • Fix Android: only add MICROPHONE/CAMERA foreground service types when permission is granted, thank @m-lhb #848
  • Fix Android: restore foreground service on OS restart to prevent microphone loss in background, thank @skutimechanic #842
  • Fix Android: ActionCallToggleAudioSession key name isActivate inconsistency, thank @skutimechanic #836
  • Fix iOS: send isActive (not isActivate) in ACTION_CALL_TOGGLE_AUDIO_SESSION events, thank @m-lhb #853
  • Fix iOS: audio session ordering and end-call action handling for edge cases, thank @m-lhb #850
  • Fix iOS: don't re-answer an already-connected call in connectedCall, thank @m-lhb #849
  • Fix iOS: crash on ACTION_CALL_CUSTOM — convert event body instead of unsafe cast, thank @andrei-uni #847