wYFNGVBCMICCiGBt abstract method
Future<void>
wYFNGVBCMICCiGBt({
- required YIMEnum_ConversationType conversationType,
- required String conversationID,
- required String filePath,
- bool compress = true,
- required int duration,
- String? fileExt,
- int? fileSize,
- YIMPushOption? push = null,
- void callback_start(
- YIMMessage message
- void callback_upload(
- YIMMessage message,
- int count,
- int total
- void callback_finish(
- bool isSuccess,
- YIMMessage message,
- int code,
- String msg,
Implementation
Future<void> wYFNGVBCMICCiGBt({
required YIMEnum_ConversationType conversationType,
required String conversationID,
required String filePath,
bool compress = true,
required int duration,
String? fileExt, //仅web端需要
int? fileSize, //仅filePath为网络url时需要
YIMPushOption? push = null,
void Function(YIMMessage message)? callback_start,
void Function(YIMMessage message, int count, int total)? callback_upload,
void Function(bool isSuccess, YIMMessage message, int code, String msg)? callback_finish,
});