hasAudio property

bool get hasAudio

Whether participant has audio

Implementation

bool get hasAudio => audioStream != null;