@@ -20,7 +20,7 @@ Swift wrapper for libmediasoupclient with iOS support
20
20
If you don't need to customize Mediasoup-Client-Swift itself or its dependencies, just add a line to your Podfile:
21
21
22
22
``` Ruby
23
- pod ' Mediasoup-Client-Swift' , ' 0.2.2 '
23
+ pod ' Mediasoup-Client-Swift' , ' 0.3.0 '
24
24
```
25
25
26
26
3 . ** Ease of building from scratch**
@@ -142,20 +142,22 @@ Swift wrapper for libmediasoupclient with iOS support
142
142
143
143
Mediasoup-Client-Swift has almost no logic, it's only a convenient wrapper for other nice libraries.
144
144
145
- * [ WebRTC (version m94 with patches applied locally)] ( https://groups.google.com/g/discuss-webrtc/c/ws0_MYHIBOw )
145
+ * [ WebRTC (version m112 with patches applied locally)] ( https://groups.google.com/g/discuss-webrtc/c/ws0_MYHIBOw )
146
146
147
147
* [ libmediasoupclient (version 3.4.0 patched fork)] ( https://github.com/VLprojects/libmediasoupclient )
148
148
149
149
## Roadmap
150
150
151
- * Upgrade WebRTC and libmediasoupclient to latest versions
151
+ - [x] Upgrade WebRTC and libmediasoupclient to latest versions
152
152
153
- * Support integration via SPM
153
+ - [ ] Support integration via SPM
154
154
155
- * Add documentation for Mediasoup-Client-Swift public interface
155
+ - [ ] Add documentation for Mediasoup-Client-Swift public interface
156
156
157
- * Investigate and reduce the amount of WebRTC patches
157
+ - [ ] Investigate and reduce the amount of WebRTC patches
158
158
159
- * Make the dependencies build script more flexible: add parametrization for included codecs and other WebRTC modules, build architectures and so on
159
+ - [ ] Make the dependencies build script more flexible: add parametrization for included codecs and other WebRTC modules, build architectures and so on
160
160
161
- * Add data channel support
161
+ - [ ] Add data channel support
162
+
163
+ - [ ] Implement example app compatible with https://v3demo.mediasoup.org
0 commit comments