Why is the SDK accessing AppDelegate window?

I am using iOS SDK 5.4.3 (54802.0124).

I am using it in customUI mode.

I noticed that the SDK accesses [AppDelegate window] when I end a meeting, yet I cannot ascertain what the SDK needs this for. Does anyone have an answer to this?

Thanks in advance

Hey @lucas,

Thanks for using the dev forum!

I believe this is a side-effect of how the Default UI was implemented in the SDK. Despite using a custom meeting ui, there is likely under-the-hood functionality in the SDK that relies on the AppDelegate Window.
Not to say that this is not strange behavior.

Michael