forked from mirrors/linphone-iphone
fix video auto accept
This commit is contained in:
parent
5982b8cb6d
commit
79ed950062
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue