Numan Shakir

Results 5 issues of Numan Shakir

how can i disable screenshot and screen recording duration video call

T: Waiting for response

> Duplicate class com.amazon.device.iap.PurchasingListener found in modules amazon-appstore-sdk-3.0.5.jar -> jetified-amazon-appstore-sdk-3.0.5 (com.amazon.device:amazon-appstore-sdk:3.0.5) and in-app-purchasing-2.0.76.jar -> jetified-in-app-purchasing-2.0.76 (in-app-purchasing-2.0.76.jar) Fixed Above Issue

android
bugfix
amazon

/// Generates a Strava-compatible GPX file from provided data Future generateStravaCompatibleGpxFile({ required String activityName, required String creator, required List points, String activityType = 'running', // match tag DateTime? metadataTime, })...

I made `maxDuration` in the `VoiceController` nullable because we don't need it until the player is initialized. Passing a default value upfront is unnecessarily complex. Also, there's no need to...