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

mediasoup client side JavaScript library

Results 14 mediasoup-client issues
Sort by recently updated
recently updated
newest added

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; ```

## Feature Request We don't have this feature and it's needed to avoid sending RTP while keeping the MediaStreamTrack set. Removing and re-adding the track to the transceiver will create...

This PR handles m= sections reuse in Firefox by synchronizing RemoteSdp with the local description regardless of where the new transceiver's section is placed by the browser.

WeChat is a very popular IM App in China, so there is a lot of WebRTC scene on WeChat inline browser. The iOS with version >=14.3 has already supported WebRTC...

## Bug Report **IMPORTANT:** We primarily use GitHub as an issue tracker. Just open an issue here if you have encountered a bug in mediasoup-client. If you have questions or...

bug

## Description Changes `Producer::setRtpEncodingParameters` to also accept an array of RTCRtpEncodingParameters, for setting different parameters for each encoding. Passing a single RTCRtpEncodingParameters object will work as before. ## Usecases I...

### Description Adds the missing "active" property to `RtpEncodingParameters` type which is otherwise a superset of [RTCRtpEncodingParameters](https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpEncodingParameters). ### Usecase Calling `Producer::setRtpEncodingParameters` to activate/deactivate encodings.

Hello! I've recently begun looking at mediasoup in some level of earnestness, and one of the things I've noticed is that setting up a connection--let's say a consumer--involves a number...

https://github.com/versatica/mediasoup-client/blob/v3/src/Transport.ts#L591 The function canReceive depends on Transport._extendedRtpCapabilities, and _extendedRtpCapabilities depends on whether the device can encode with the codec. So if Browser A can decode H264 but can only encode...

bug