Skip to main content

Function: send_answer()

function send_answer(
db,
requestor,
other,
sdp): Promise<boolean>;

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

Sends an "answer" to the Cosmos database using send_sdp

Parameters

ParameterTypeDescription
dbIStateDB connection
requestorstringUUID of user sending answer
otherstringUUID of other user
sdpstringSession Description Protocol (SDP)

Returns

Promise<boolean>

boolean (True if successful, false if not)