Hi! Ionic Angular & Capacitor Development

Job ID: 35665848

Budget: $30 – $250 USD

I need assistance to develop the below functionality. The framework is Ionic Angular & Capacitor.

1. Video recording - Ability to record a video and store file on device.
2. Audio recording - Ability to record audio and store file on device.
3. Media file reader plugin - Read media files stored on local folders i.e video & audio.
4. Local storage plugin Ability to store data to a sql lite table, table structure below:
readonly databaseCreateTableQuery: string = 'CREATE TABLE IF NOT EXISTS memory( memoryid INTEGER PRIMARY KEY AUTOINCREMENT, id BIGINT, memoryName VARCHAR(100), memoryBody VARCHAR(1000), memoryType VARCHAR(20), videoMemoryPath VARCHAR(200), voiceMemoryPath VARCHAR(200), imageMemoryPath VARCHAR(200), reminder VARCHAR(200), repeatDelivery VARCHAR(200), deliveryDate VARCHAR(200), senderId BIGINT(20), recipientId BIGINT(20), receiverName VARCHAR(30), receiverSurname VARCHAR(30), receiverEmail VARCHAR(30), receiverContactNumber VARCHAR(30),location VARCHAR(200) , viewStatus INT(20), sendStatus INT(11), dateCreated VARCHAR(100), isDeleted INT(11), syncStatus BOOLEAN )'