Skip to content

Replay ​

ReplayCollection ​

ReplayCollection = object

A collection of replay sessions.

Methods ​

getId() ​

getId(): ID

The unique Caido ID of the replay collection.

Returns ​

ID

getName() ​

getName(): string

The name of the replay collection.

Returns ​

string


ReplaySDK ​

ReplaySDK = object

The SDK for the Replay service.

Methods ​

createSession() ​

createSession(source?: RequestSource, collection?: ID | ReplayCollection): Promise<ReplaySession>

Parameters ​
ParameterType
source?RequestSource
collection?ID | ReplayCollection
Returns ​

Promise<ReplaySession>

getCollections() ​

getCollections(): Promise<ReplayCollection[]>

Returns ​

Promise<ReplayCollection[]>


ReplaySession ​

ReplaySession = object

A replay session.

Methods ​

getId() ​

getId(): ID

The unique Caido ID of the replay session.

Returns ​

ID

getName() ​

getName(): string

The name of the replay session.

Returns ​

string