heartbeat method
- ChatItemId id,
- ChatCallDeviceId deviceId
Returns heartbeat subscription used to keep MyUser in an OngoingCall.
Implementation
Stream<ChatCallEvents> heartbeat(ChatItemId id, ChatCallDeviceId deviceId) {
Log.debug('heartbeat($id, $deviceId)', '$runtimeType');
return _callsRepo.heartbeat(id, deviceId);
}