Skip to main content

Function: finish_candidates()

function finish_candidates(db, requestor): Promise<boolean>;

Defined in: src/cosmos-driver.ts:425

Adds a record to indicate the end of the ICE candidates.

Parameters

ParameterTypeDescription
dbIStateCosmsos database
requestorstringUUID of the user

Returns

Promise<boolean>

boolean (True if successful, false if not)