Hi and many thanks for creating this project. It's great!
There's a minor memory leak in NGMediaReceiveCallbackAndroid as you only Destroy the callbackHelper component and not the GameObject it's attached to.
To fix it, just change the two Destroy calls to operate on callbackHelper.gameObject instead.
Cheers!