Function: useVAD()
useVAD(
peerIds
):Record
<string
,boolean
>
Parameters
Parameter | Type | Description |
---|---|---|
peerIds | string [] | List of ids of peers to subscribe to for voice activity detection notifications. |
Returns
Record
<string
, boolean
>
Each key is a peerId and the boolean value indicates if voice activity is currently detected for that peer.