Skip to content

IOS - Allow the customistion of which dispatch queue will be used to receive VOIP notifications

IOS - add setPushRegistryDispatchQueue function, which can be used before starting a core to receive VOIP push notification on a thread that is not the main thread. PushRegistry should run on the same queue as the core iterate()

Merge request reports