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

I'm using mediasoup-ios-client in my Framework Target, when I add #import to my bridging header file, I got this error : "Include of non-modular header inside framework module " ![Screen...

how can I build the project with webrtc m79

[ERROR] Handler::Send() | throwing MediaSoupClientError: error creating transceiver [ERROR] transport_wrapper::+[TransportWrapper nativePro

mediasoup version = 3.0.8 ### firstly I request "getRouterRtpCapabilities",and it responses successfully.Then call device load,request"createWebRtcTransport", ###response: { data = { dtlsParameters = { fingerprints = ( { algorithm = "sha-1";...

How can i handle consumerLayersChanged, Please give me suggestion.

enhancement
help wanted

Hi, Someone committed hardcoded paths to search paths. Master build is broken. https://github.com/ethand91/mediasoup-ios-client/blame/master/mediasoup-client-ios.xcodeproj/project.pbxproj#L583-L584

bug

producer.close() causes a crash with error EXC_BAD_ACCESS this message appears in log: -[NSConcreteMutableData release]: message sent to deallocated instance 0x2818247b0

bug
help wanted

how to use the webrtc's DataChannel to send data.

enhancement

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: 'clang:...

➜ dependencies git:(master) cmake . -Bbuild -DLIBWEBRTC_INCLUDE_PATH=/Users/app/rtc/mediasoup/mediasoup-client-ios/dependencies/webrtc/src -DLIBWEBRTC_BINARY_PATH=/Users/app/rtc/mediasoup/mediasoup-client-ios/dependencies/webrtc/src/out_ios_libs/universal -DMEDIASOUP_LOG_TRACE=ON -DMEDIASOUP_LOG_DEV=ON -DCMAKE_CXX_FLAGS="-fvisibility=hidden" -DLIBSDPTRANSFORM_BUILD_TESTS=OFF -DIOS_SDK=iphone -DIOS_ARCHS="arm64" CMake Warning (dev) in CMakeLists.txt: No project() command is present. The top-level CMakeLists.txt file must contain...