调用 [[WFCCIMService sharedWFCIMService] cancelSendingMessage:self.cell4Menu.model.message.messageId] 对正在发送的视频进行取消发送,会导致崩溃

huqngqic 2023-5-10 264

-(void)performCancel:(UIMenuController )sender { if (self.cell4Menu) { @try { if(![[WFCCIMService sharedWFCIMService] cancelSendingMessage:self.cell4Menu.model.message.messageId]) { [self.view makeToast:@"取消失败" duration:1 position:CSToastPositionCenter]; } } @catch (NSException exception) { [self.view makeToast:@"取消失败" duration:1 position:CSToastPositionCenter]; } } }

上传的附件:
最新回复 (1)
返回