Type Alias: LivelinkProgressCallback()
type LivelinkProgressCallback = (stage: LivelinkConnectionStage) => void;
Defined in: livelink.js/sources/Livelink.ts:64
Callback function type for receiving connection progress updates.
Parameters
| Parameter | Type | Description |
|---|---|---|
stage | LivelinkConnectionStage | The current stage of the connection process. |
Returns
void