Skip to content

Delay Microphone Engine stopping #597

Open
@patryk-sredzinski

Description

@patryk-sredzinski

Would be nice to have a full option when to start microphone engine and when to stop it instead of having it handled by the SDK.

We can use:

AudioManager.shared.startLocalRecording()

This works great, although when we leave the room, the engine is killed immediately.
This causes some audio glitches on our end.

What we do is that when we have the connection ended. We want to play a disconnect sound. This glitches with AudioSession changes because of microphone turning off.

Is there any way we can control when to turn off the mic?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions