Skip to main content

Function: get_answer()

function get_answer(
db,
requestor,
other?): Promise<IKeyValue>;

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

Returns a stored Session Description Protocol answer from cosmos

Parameters

ParameterTypeDescription
dbIStateDB connection
requestorstringUUID of user requesting SDP answer
other?stringUUID of user record associated with

Returns

Promise<IKeyValue>

SDP answer record from cosmos