meetecho / janode

A Node.js adapter for the Janus WebRTC server
ISC License
98 stars 36 forks source link

Add missing keyframe parameter to videoroom configure #44

Closed Qizot closed 3 months ago

Qizot commented 3 months ago

It happens that the configure function for videoroom plugin was missing the keyframe parameter that is supposed to request a keyframe for given publisher handle.

Qizot commented 3 months ago

Just like with the last PR, can we bump the version and publish the package? Thanks!

atoppi commented 3 months ago

Hi @Qizot thanks for the patch. I'm afraid I can not tag a new version for every commit on the repo, it'd quickly become a mess! May I ask why you need a release? What about pointing your package.json to the git repo on a specific commit?

Qizot commented 3 months ago

@atoppi I guess we can point to the git repo, don't worry then.