callListStream property

Stream<List<Call>> callListStream

list of current active calls

Implementation

static Stream<List<Call>> get callListStream =>
    CallManager.callListStreamController.stream;