We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CarAudio
1 parent 3b4a4e8 commit 9ac3051Copy full SHA for 9ac3051
ios/RNCallKeep/RNCallKeep.m
@@ -621,6 +621,9 @@ + (NSString *) getAudioInputType: (NSString *) type
621
else if ([type isEqualToString:AVAudioSessionPortBuiltInSpeaker]){
622
return @"Speaker";
623
}
624
+ else if ([type isEqualToString:AVAudioSessionPortCarAudio]) {
625
+ return @"CarAudio";
626
+ }
627
else{
628
return nil;
629
0 commit comments