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
| Parameter | Type | Description |
|---|---|---|
db | IState | Cosmsos database |
requestor | string | UUID of the user |
Returns
Promise<boolean>
boolean (True if successful, false if not)