mediasoup-client
mediasoup-client copied to clipboard
Fix typescript build error
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;
I don't think you're supposed to use src
anyway, use lib
instead.