preConnectAudio property

bool preConnectAudio
final

Whether to enable audio pre-connect with PreConnectAudioBuffer.

If enabled, the microphone is activated before connecting to the room. Ensure microphone permissions are requested early in the app lifecycle so that pre-connect can succeed without additional prompts.

Implementation

final bool preConnectAudio;