onCallEvents property
Tells you about to-device and room call specific events in sync
Implementation
final CachedStreamController<List<BasicEventWithSender>> onCallEvents =
CachedStreamController();
Tells you about to-device and room call specific events in sync
final CachedStreamController<List<BasicEventWithSender>> onCallEvents =
CachedStreamController();