mediasoup3-record-demo icon indicating copy to clipboard operation
mediasoup3-record-demo copied to clipboard

Unhandle Promise Rejection:

Open abhinavsy opened this issue 1 year ago • 2 comments

UnhandledPromiseRejectionWarning: TypeError: router.createPlainRtpTransport is not a function; The video not recording the video because of this error.

abhinavsy avatar Aug 05 '22 05:08 abhinavsy

change to router.createPlainTransport then it works

ansix avatar Aug 09 '22 06:08 ansix

If mediasoup is newer than version 3.5.0, you may need to use this: https://mediasoup.org/documentation/v3/mediasoup/api/#PlainTransport

ethand91 avatar Aug 09 '22 09:08 ethand91