We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4edc5ba commit bfaadc5Copy full SHA for bfaadc5
ios/RNCallKeep/RNCallKeep.m
@@ -132,7 +132,7 @@ - (void)dealloc
132
callUpdate.supportsHolding = YES;
133
callUpdate.supportsGrouping = YES;
134
callUpdate.supportsUngrouping = YES;
135
- callUpdate.hasVideo = NO;
+ callUpdate.hasVideo = hasVideo;
136
callUpdate.localizedCallerName = localizedCallerName;
137
138
[self.callKeepProvider reportNewIncomingCallWithUUID:uuid update:callUpdate completion:^(NSError * _Nullable error) {
0 commit comments