Set Recording Request
data class SetRecordingRequest(shouldRecord: Boolean, service: ServiceName)
Content copied to clipboard
Represents request frame that can be used with BackgroundService#setRecording operation call.
Set the recording state for the service.
See also
Constructors
SetRecordingRequest
Link copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard