jiti-meet/ios/sdk
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
..
sdk.xcodeproj chore(ios) sync project file 2022-10-17 12:51:30 +02:00
src fix(ios) avoid getting duplicated SDK events 2023-02-13 14:20:44 +01:00