meetecho / janus-gateway

Janus WebRTC Server
https://janus.conf.meetecho.com
GNU General Public License v3.0
8.17k stars 2.47k forks source link

Update janus.d.ts: add missing RemoteTrackMetadata parameter and definition #3255

Closed veeting closed 1 year ago

veeting commented 1 year ago

PR #3150 added a new parameter "metadata" to the onremotetrack callback function of janus.js.

This PR adds the new parameter to the Typescript definition in janus.d.ts. The parameter is defined as an optional parameter to not break existing projects.

lminiero commented 1 year ago

Thanks, merging!