Later than ios 14.5 Callkit Video call. Timing is not displayed。The audio is normal
Later than ios 14.5 Callkit Video call. Timing is not displayed
` CXCallUpdate *update = [CXCallUpdate new]; update.supportsGrouping = false; update.supportsHolding = false; update.supportsDTMF = false; update.supportsUngrouping = false; update.hasVideo = YES;
[self.provider reportNewIncomingCallWithUUID:uuid update:update completion:^(NSError * _Nullable error) { }]; `