Skip to content

Commit

Permalink
Swift 2.3 compatibility change
Browse files Browse the repository at this point in the history
  • Loading branch information
David Perrenoud authored Nov 4, 2016
1 parent 27f10a3 commit 9a76ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNInCallManager/RNInCallManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ class RNInCallManager: NSObject, AVAudioPlayerDelegate {
}
}
self._checkRecordPermission()
var audioSessionProperties: Dictionary <String,Any> = [
let audioSessionProperties: Dictionary <String,Any> = [
"category": self.audioSession.category,
"categoryOptions": categoryOptions,
"mode": self.audioSession.mode,
Expand Down

0 comments on commit 9a76ba5

Please sign in to comment.