package coredevices.ring.service import kotlinx.coroutines.CoroutineScope class RecordingBackgroundScope(scope: CoroutineScope): CoroutineScope by scope