staleGroupCallsTimer property

Map<String, Timer> staleGroupCallsTimer
getter/setter pair

stores stale group call checking timers for rooms.

Implementation

Map<String, Timer> staleGroupCallsTimer = {};