Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Function: verifyAudioConnection()

verifyAudioConnection(a, b): Promise<void>

Assert two-way audio between two agents (a→b then b→a); resolves on success. Blocking detection runs on the runtime’s blocking pool so the JS thread is free.

Parameters

a

Agent

b

Agent

Returns

Promise<void>