Skip to main content

Function: get_candidate()

function get_candidate(
db,
_,
other,
skip?): Promise<any>;

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

Gets an ICE candidate from cosmos DB

Parameters

ParameterTypeDescription
dbIStateCosmos DB
_string
otherstringUUID of other user
skip?stringThe number of records to skip or offset

Returns

Promise<any>

ICE Candidate with sdp converted from base64