We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! I am trying to use this plugin to make a recording. I am getting an error 400 Client Error: req.room.resumeBroadcasterConsumer is not a function for url: https://smth.com:4443/rooms/test/broadcasters/broadcasterID/transports/transportID/resume
I am using the mediasoupbin branch of mediasoup-demo: https://github.com/vpalmisano/mediasoup-demo/tree/mediasoupbin
Appears that Room.js needs a resumeBroadcasterConsumer function. However the only place I see it being mentioned is in the server.js file and I cannot see it in Room.js file: https://github.com/vpalmisano/mediasoup-demo/blob/mediasoupbin/server/lib/Room.js
Did I miss something or there is a different version of Room.js somewhere?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
I am trying to use this plugin to make a recording. I am getting an error
400 Client Error: req.room.resumeBroadcasterConsumer is not a function for url: https://smth.com:4443/rooms/test/broadcasters/broadcasterID/transports/transportID/resume
I am using the mediasoupbin branch of mediasoup-demo:
https://github.com/vpalmisano/mediasoup-demo/tree/mediasoupbin
Appears that Room.js needs a resumeBroadcasterConsumer function. However the only place I see it being mentioned is in the server.js file and I cannot see it in Room.js file:
https://github.com/vpalmisano/mediasoup-demo/blob/mediasoupbin/server/lib/Room.js
Did I miss something or there is a different version of Room.js somewhere?
The text was updated successfully, but these errors were encountered: