fix video auto accept

This commit is contained in:
Danmei Chen 2020-03-31 10:32:36 +02:00
parent 5982b8cb6d
commit 79ed950062

View file

@ -410,7 +410,7 @@
if ([userActivity.activityType isEqualToString:@"INStartVideoCallIntent"]) {
LOGI(@"CallKit: satrt video.");
CallView *view = VIEW(CallView);
[view.videoButton toggle];
[view.videoButton setOn];
}
return YES;
}