Skip to main content

Function: get_offer()

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

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

Returns a stored Session Description Protocol offer from cosmos

Parameters

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

Returns

Promise<IKeyValue>

SDP offer record from cosmos