peekSession method

Future<SessionScreenResult> peekSession(
  1. String nodeId,
  2. String sessionRef
)

Captures the current screen of session sessionRef on nodeId without attaching to it.

Implementation

Future<SessionScreenResult> peekSession(String nodeId, String sessionRef) =>
    _guard(() => client.peekSession(nodeId: nodeId, sessionRef: sessionRef));