marklaz
(mark laz)
1
This is the server error I’m getting upon start recording:
mediasoup.js:49
return await router.createPlainRtpTransport(config.plainRtpTransport);
^
TypeError: router.createPlainRtpTransport is not a function
Any pointers as to how to remedy would be highly appreciated.
ibc
(Iñaki Baz Castillo)
2
Read the API documentation about that method in the mediasoup website.
marklaz
(mark laz)
3
Is it that createPlainRtpTransport is deprecated and I should use method createPlainTransport?
This appears to fix it