Skip to content

Commit 9a76ba5

Browse files
author
David Perrenoud
authored
Swift 2.3 compatibility change
1 parent 27f10a3 commit 9a76ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNInCallManager/RNInCallManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ class RNInCallManager: NSObject, AVAudioPlayerDelegate {
815815
}
816816
}
817817
self._checkRecordPermission()
818-
var audioSessionProperties: Dictionary <String,Any> = [
818+
let audioSessionProperties: Dictionary <String,Any> = [
819819
"category": self.audioSession.category,
820820
"categoryOptions": categoryOptions,
821821
"mode": self.audioSession.mode,

0 commit comments

Comments
 (0)