ant-media / Ant-Media-Server

Ant Media Server is a live streaming engine software that provides adaptive, ultra low latency streaming by using WebRTC technology with ~0.5 seconds latency. Ant Media Server is auto-scalable and it can run on-premise or on-cloud.
https://antmedia.io
Other
4.29k stars 636 forks source link

React Native SDK on iOS not work #6600

Closed mekya closed 2 months ago

mekya commented 2 months ago

Discussed in https://github.com/orgs/ant-media/discussions/6502

Originally posted by **ThoaiBuiMCV** July 17, 2024 When I run the example code, Android runs perfectly, but iOS says could not sender when calling adapter.publish and "Ice candidate is added to list because remote description is not set yet" when calling adapter.play. package json: "react-native": "0.74.3", "@antmedia/react-native-ant-media": "1.0.8", "react-native-webrtc": "124.0.3". Please help me