canHandleNewCall property
bool
get
canHandleNewCall
This should be set to false if any calls in the client are in kConnected state. If another room tries to call you during a connected call this fires a handleMissedCall
Implementation
bool get canHandleNewCall => true;