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

Mediasoup 3 iOS Client

Results 40 mediasoup-ios-client issues
Sort by recently updated
recently updated
newest added

**Fat library issues** It would be great to be able to use a .xcframework rather than a "fat" .framework containing an iOS and iOS simulator slice. Building a "Fat" framework...

enhancement
help wanted

Whenever a new user joins the room and I connect the consumer logic via ```swift guard let consumer = self.recvTransport? .consume(self.consumerHandler, id: id, producerId: producerId, kind: kind.rawValue, rtpParameters: rtpParameters.description, appData:...

bug
help wanted

I had followed documentation for installation of Mediasoup ios. **https://github.com/ethand91/mediasoup-ios-client/blob/master/documentation/Installation.md** I had followed following commands to create .a framework of mediasoup but I am getting error like **`fatal error: 'absl/types/optional.h'...

When I use it, I find that a lot of threads are created. Have you ever encountered? After about 5 calls, the thread created about 100.

enhancement
help wanted

When I leave a room (closing and removing all producers, consumers, transports). About 30mb of memory are not being released. I was wondering if you've been experiencing the same? Below...

bug
help wanted

Hi, I found this statement `mediasoupclient::PeerConnection::Options* pcOptions = reinterpret_cast(options);` in the method DeviceWrapper::nativeCreateSendTransport, and the original type of `options` is RTCPeerConnectionFactoryOptions.

Hi , sorry to trouble you again. The problem is when I enable simulcast like this : NSMutableArray *codecs = [[NSMutableArray alloc] initWithCapacity:3]; [codecs addObject:[RTCUtils genRtpEncodingParameters:YES maxBitrateBps:500000 minBitrateBps:0 maxFramerate:60 numTemporalLayers:0...

bug

Having the below SendTransportListener. ``` class MediasoupSendTransportHandler : NSObject, SendTransportListener { fileprivate weak var delegate: SendTransportListener? private var parent: MediasoupRoomManager init(parent: MediasoupRoomManager) { self.parent = parent } func onProduce(_ transport:...

bug
help wanted

Seems like I am missing something but the error is not clear where is the problem. I am working with protoo-server in backend but connection and data exchange seems good....

bug
help wanted

Hi, sorry to trouble you again! The problem is when i create many consumers (about 11 consumers) using this method: [-(Consumer *)consume: id: producerId:rtpParameters:], my app will be frozen for...

bug
help wanted