isConnecting property
bool
get
isConnecting
Whether currently connecting to a conference
Implementation
bool get isConnecting => status == ConnectionStatus.connecting;
Whether currently connecting to a conference
bool get isConnecting => status == ConnectionStatus.connecting;