We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
用户在发送视频消息时有监听进度的需求,OC 中有 progressBlock 可以查看发送消息进度。
- (void)sendMessage:(AVIMMessage *)message progressBlock:(void (^)(NSInteger))progressBlock callback:(void (^)(BOOL, NSError * _Nullable))callback{ }
The text was updated successfully, but these errors were encountered:
jwfing
No branches or pull requests
用户在发送视频消息时有监听进度的需求,OC 中有 progressBlock 可以查看发送消息进度。
The text was updated successfully, but these errors were encountered: