voxeet / comms-sdk-flutter

Dolby.io Communications APIs SDK for Flutter
https://docs.dolby.io/communications-apis/docs/flutter-overview
MIT License
8 stars 4 forks source link

Unable to convert and start file presentation #277

Open bciac opened 1 year ago

bciac commented 1 year ago

Environment: SDK Version: 3.7.0 https://github.com/DolbyIO/comms-sdk-flutter/tree/release/3.7.0 Client Platform: Flutter test app.

Description/Steps-to-reproduce:

Expected result: File presentation works

Actual result: After choose file to convert nothing happens. Unable to start presenting file.

Devices: Any iOS or Android device

azduda commented 1 year ago

What type of file was tested in this test scenario (pdf, doc)? 'Unable to start presenting file.' it means that app shows alert with error while trying to start file presentation after converting?

bciac commented 1 year ago

When I try to convert a file (pdf or doc) I get two messages: First: "File presentation event: fileConverted On Event Change" Second: "Success OK"

Then I click "Start" button and I get also two messages: First: "File presentation event: filePresentationStarted On Event Change" Second: "Success OK"

I expect that the file should be visible but no one can see it

azduda commented 1 year ago

Ok, I see. We don't have UI for the file presentation yet, that's why you cannot see it. It should be added in the future