ReplayCollection =
object
A collection of replay sessions.
getId():
ID
The unique Caido ID of the replay collection.
getName():
string
The name of the replay collection.
string
ReplaySDK =
object
The SDK for the Replay service.
createSession(
source?:RequestSource,collection?:ID|ReplayCollection):Promise<ReplaySession>
| Parameter | Type |
|---|---|
source? |
RequestSource |
collection? |
ID | ReplayCollection |
Promise<ReplaySession>
getCollections():
Promise<ReplayCollection[]>
Promise<ReplayCollection[]>
ReplaySession =
object
A replay session.
getId():
ID
The unique Caido ID of the replay session.
getName():
string
The name of the replay session.
string