Lee2019
Lee2019
# Bug Report ``` /** * PickVideo */ pickVideo(sourceType) { const options: CameraOptions = { sourceType, mediaType: this.camera.MediaType.VIDEO, destinationType: this.camera.DestinationType.FILE_URI, quality: 100, allowEdit: false, saveToPhotoAlbum: false, correctOrientation: true }; this.camera.getPicture(options)...
Hi, I am using PHP 7.44, Laravel Framework 5.58 I need to know if a meeting room is still available or no, so i have tried with isMeetingRunning api, but...
Hi, I need to know if a meeting room is still available or no, so i have tried with isMeetingRunning api, but it fails, always return {}, so i moved...