Skip to content

Instantly share code, notes, and snippets.

View mateusm09's full-sized avatar

Mateus Mello de Oliveira mateusm09

  • Mindtech
  • Curitiba, Brasil
View GitHub Profile
@mateusm09
mateusm09 / janode.d.ts
Created September 29, 2025 16:41
Janode Types
// types from augustsblack's PR on janode repo: https://github.com/meetecho/janode/pull/5
declare module 'janode' {
/**
* Class representing a connection through WebSocket transport.<br>
*
* In case of failure a connection will be retried according to the configuration (time interval and
* times to attempt). At every attempt, if multiple addresses are available for Janus, the next address
* will be tried. An error will be raised only if the maxmimum number of attempts have been reached.<br>
*