NIMVideoAttachment constructor
NIMVideoAttachment({})
Implementation
NIMVideoAttachment(
{this.duration,
this.width,
this.height,
this.thumbPath,
this.thumbUrl,
String? path,
required int? size,
String? md5,
String? url,
String? base64,
String? displayName,
String? extension,
int? expire,
NIMNosScene nosScene = NIMNosScenes.defaultIm,
bool forceUpload = false})
: super(
path: path,
size: size,
md5: md5,
url: url,
base64: base64,
displayName: displayName,
extension: extension,
expire: expire,
nosScene: nosScene,
forceUpload: forceUpload);