Skip to content

Commit bfaadc5

Browse files
committed
fix has video flag
1 parent 4edc5ba commit bfaadc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNCallKeep/RNCallKeep.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ - (void)dealloc
132132
callUpdate.supportsHolding = YES;
133133
callUpdate.supportsGrouping = YES;
134134
callUpdate.supportsUngrouping = YES;
135-
callUpdate.hasVideo = NO;
135+
callUpdate.hasVideo = hasVideo;
136136
callUpdate.localizedCallerName = localizedCallerName;
137137

138138
[self.callKeepProvider reportNewIncomingCallWithUUID:uuid update:callUpdate completion:^(NSError * _Nullable error) {

0 commit comments

Comments
 (0)