getSessions

suspend fun getSessions(controllableByUserId: ERROR CLASS: Symbol not found for UUID?? = null, deviceId: String? = null, activeWithinSeconds: Int? = null): Response<List<ERROR CLASS: Symbol not found for SessionInfoDto>>

Gets a list of sessions.

Parameters

controllableByUserId

Filter by sessions that a given user is allowed to remote control.

deviceId

Filter by device Id.

activeWithinSeconds

Optional. Filter by sessions that were active in the last n seconds.