Use case description
The IMA SDK now provides support for using dynamic ad insertion on the client
https://developers.google.com/interactive-media-ads/docs/sdks/android/dai
However, this requires to manipulate the AdsLoader. Currently the IMA Extension wraps the AdsLoader inside a ImaAdsLoader and would not be possible to request a Stream from it.
Alternatives considered
Currently the only alternative to use client side DAI is bypass IMA Extension and directly construct the AdsLoader ourselves.