jiti-meet/ios
Saúl Ibarra Corretgé 46c6d1057d fix(ios) avoid getting duplicated SDK events
UIView has 2 designated initializers: initWithFrame and initWithCoder,
which means either of them is going to be called, whatever the
constructor.

THus overriding init will cause creating new (and unnecessary)
observers.

Ref: https://community.jitsi.org/t/duplicate-delegate-calls/121051/6
Fixes: https://github.com/jitsi/jitsi-meet/issues/12892
2023-02-13 14:20:44 +01:00
..
app chore(deps) react-native-webrtc@1.106.1 2022-10-04 22:02:19 +02:00
ci fix(misc) typos 2021-03-16 16:12:12 +01:00
fastlane fix(ios) fix uploading symbols to Crashlytics 2022-11-10 11:16:06 +01:00
jitsi-meet.xcworkspace ios: use the "new" Xcode build system 2019-11-06 18:30:26 +01:00
scripts feat(ios) Xcode 14 compatibility 2022-09-19 15:01:47 +02:00
sdk fix(ios) avoid getting duplicated SDK events 2023-02-13 14:20:44 +01:00
travis-ci fix(misc) typos 2021-03-16 16:12:12 +01:00
Podfile chore(deps) react-native-webrtc@1.106.1 2022-10-04 22:02:19 +02:00
Podfile.lock chore(rn) updates react-native-gesture-handler 2023-02-13 15:11:31 +02:00
README.md doc: move mobile docs to the handbook 2020-05-18 11:44:53 +02:00
apple-app-site-association [iOS] Prepare for App Store release 2016-11-13 18:45:40 -06:00

README.md

Jitsi Meet SDK for iOS

This document has been moved to The Handbook.