VLprojects / mediasoup-client-swift

Swift wrapper for libmediasoupclient
MIT License
39 stars 16 forks source link

Crash When "try Device.init().load(with: rtpCapabilities)" #31

Closed liuyang2211 closed 2 months ago

liuyang2211 commented 2 months ago

When I test my project from build.sh, webrtc m120, my testDemo crash at " try Device.init().load(with: rtpCapabilities)" and this rtpCapabilities from MediasoupExample TestData.swift. ![Uploading 截屏2024-04-23 22.23.21.png…]()

liuyang2211 commented 2 months ago
截屏2024-04-23 22 23 30
liuyang2211 commented 2 months ago
截屏2024-04-23 22 23 21
liuyang2211 commented 2 months ago

This is because I am using an incorrect version of webrtc.framework