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

janus.d.ts: fix typo and update PluginCreateAnswerParam to use tracks #3241

Closed veeting closed 1 year ago

veeting commented 1 year ago

Hello!

This is a very simple PR affecting only the janus.d.ts file.

1/ We found a typo where TrackOptions should be TrackOption 2/ We also have updated the PluginCreateAnswerParam type to have the newer tracks parameter and marked the media as deprecated. (same as OfferParam)

Best regards, Aymeric

lminiero commented 1 year ago

This looks good to me but I'm not very experienced with TypeScript, so I'll let @atoppi have the final word!

atoppi commented 1 year ago

lgtm :+1:

lminiero commented 1 year ago

Ack, merging then!