onCallEvents property

CachedStreamController<List<BasicEventWithSender>> onCallEvents
final

Tells you about to-device and room call specific events in sync

Implementation

final CachedStreamController<List<BasicEventWithSender>> onCallEvents =
    CachedStreamController();