mediasoup-client icon indicating copy to clipboard operation
mediasoup-client copied to clipboard

Fix typescript build error

Open mmasaki opened this issue 1 year ago • 1 comments

Fix typescript build error as below.

src/DataConsumer.ts:141:3 - error TS2322: Type 'string' is not assignable to type 'BinaryType'.

141     return this._dataChannel.binaryType;

mmasaki avatar Jul 24 '22 06:07 mmasaki

I don't think you're supposed to use src anyway, use lib instead.

nazar-pc avatar Jul 25 '22 23:07 nazar-pc