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
| Parameter | Type | Description |
|---|---|---|
db | IState | DB connection |
requestor | string | UUID of user requesting SDP answer |
other? | string | UUID of user record associated with |
Returns
Promise<IKeyValue>
SDP answer record from cosmos