AdEvent timeOffset
is always 0 after first ad break for IMA ads on iOS
#218
Labels
bug
Something isn't working
I'm getting an issue where the
timeOffset
property of anAdBreak
is always 0 for all ad breaks except for the first.With ads set at 5, 10, and 15 seconds, within the callback for an event listener on
AD_EVENT
, the timeOffset is 5000 for the first set of events (as expected) but becomes 0 for the ads at 10 and 15 seconds. I've tested this on iOS on a simulated iPhone 15 with react-native-theoplayer 3.0.2. The issue is demonstrated in the following videotimeoffsets.webm
Example code
The text was updated successfully, but these errors were encountered: