Azure, Immersive Reader API

What’s the correct data structure for ImmersiveReader.launchAsync() in Bubble.io?

Getting ‘Content must not be null’ error despite having content in the data object."

I have tried both:

{ content: “text” }

and

{ chunks: [{ content: “text”, lang: “en” }] }

Please try to help me with this.

Okay, Im getting it done.

Found some good documentation from the Microsoft side.