openimsdk / open-im-sdk-reactnative

IM ReactNative
MIT License
38 stars 50 forks source link

duration transform bug #5

Closed TQCasey closed 8 months ago

TQCasey commented 2 years ago

明显错误的写法 NSString *msg = Open_im_sdkCreateVideoMessageFromFullPath(opid,path, type, (int64_t)duration, snapshotPath); resolver(msg);

应该是

NSString *msg = Open_im_sdkCreateVideoMessageFromFullPath(opid,path, type, [duration longLongValue], snapshotPath); resolver(msg);

TQCasey commented 2 years ago

其他地方都是一样的bug,含有duration的