Skip to content

Commit

Permalink
fix: iOS removed unused *callInvite
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziomoscon committed Aug 2, 2021
1 parent 9f27251 commit 544b1a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ios/RNTwilioVoice/RNTwilioVoice.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ @interface RNTwilioVoice () <PKPushRegistryDelegate, TVONotificationDelegate, TV

@property (nonatomic, strong) PKPushRegistry *voipRegistry;
@property (nonatomic, strong) void(^incomingPushCompletionCallback)(void);
@property (nonatomic, strong) TVOCallInvite *callInvite;
@property (nonatomic, strong) void(^callKitCompletionCallback)(BOOL);
@property (nonatomic, strong) TVODefaultAudioDevice *audioDevice;
@property (nonatomic, strong) NSMutableDictionary *activeCallInvites;
Expand Down

0 comments on commit 544b1a7

Please sign in to comment.