Package version:

Represents a remote support session.

interface RemoteSupportSession {
    accessLevel?: string;
    sessionEndTime?: any;
    sessionId?: string;
    sessionStartTime?: any;
    transcriptLocation?: string;
}

Properties

accessLevel?: string

The level of access granted during the remote support session.

sessionEndTime?: any

The end time of the remote support session, in UTC.

sessionId?: string

Unique session Id.

sessionStartTime?: any

The start time of the remote support session, in UTC.

transcriptLocation?: string

The location where the session transcript is stored.