getMediaTotalDuration method
Get the total progress of your media resources, Returns Unit is millisecond.
Implementation
int getMediaTotalDuration() {
return ZegoUIKitCore.shared.getMediaTotalDuration();
}
Get the total progress of your media resources, Returns Unit is millisecond.
int getMediaTotalDuration() {
return ZegoUIKitCore.shared.getMediaTotalDuration();
}