Skip to content

Bug: Not ios supported #131

@ZainyShorts

Description

@ZainyShorts

The issue encountering relates specifically to recording functionality on iOS devices. While the recording works perfectly on both Android and web platforms, the iOS recording seems to face a timing issue where the recording does not start immediately. This results in the audio file missing crucial parts of the recording, particularly at the beginning. The problem likely stems from iOS requiring a brief delay before the MediaRecorder is fully ready to capture audio. To address this, it's recommended to implement a small delay of approximately one second before starting the recording process. This ensures that the MediaRecorder is properly initialized and can capture the audio from the very beginning, thereby resolving the issue across all platforms.

Steps to reproduce the behavior:
Audio blob failed on ios devices.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions