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