getSessions
suspend fun getSessions(controllableByUserId: <Error class: unknown class>? = null, deviceId: String? = null, activeWithinSeconds: Int? = null): Response<List<<Error class: unknown class>>>
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.