Function: send_offer()
function send_offer(
db,
requestor,
other,
sdp): Promise<boolean>;
Defined in: src/cosmos-driver.ts:219
Sends an "offer" to the Cosmos database using send_sdp
Parameters
| Parameter | Type | Description |
|---|---|---|
db | IState | DB connection |
requestor | string | UUID of user sending offer |
other | string | UUID of other user |
sdp | string | Session Description Protocol (SDP) |
Returns
Promise<boolean>
boolean (True if successful, false if not)