Riaz Hassan

Results 4 comments of Riaz Hassan

@StephanKornerTrihow Did you find any solution for this issue? @nickeyzzz

case .photo: config.screens = [.photo, .library] config.library.mediaType = .photo case .video: config.screens = [.library, .video] config.library.mediaType = .video Please see if this may help you @Songyeyaosong

@NikKovIos I am adding Objective c code. The below code will help to do the compression. In below code you can compress video by specifying **resolution and bitrate** `- (void)compressVideoWithInputVideoUrl:(NSURL...