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.
1 parent 9f27251 commit 544b1a7Copy full SHA for 544b1a7
ios/RNTwilioVoice/RNTwilioVoice.m
@@ -13,7 +13,6 @@ @interface RNTwilioVoice () <PKPushRegistryDelegate, TVONotificationDelegate, TV
13
14
@property (nonatomic, strong) PKPushRegistry *voipRegistry;
15
@property (nonatomic, strong) void(^incomingPushCompletionCallback)(void);
16
-@property (nonatomic, strong) TVOCallInvite *callInvite;
17
@property (nonatomic, strong) void(^callKitCompletionCallback)(BOOL);
18
@property (nonatomic, strong) TVODefaultAudioDevice *audioDevice;
19
@property (nonatomic, strong) NSMutableDictionary *activeCallInvites;
0 commit comments