Agora-Flutter-SDK icon indicating copy to clipboard operation
Agora-Flutter-SDK copied to clipboard

Flutter web support on agora_rtc_engine: ^6.x

Open littleGnAl opened this issue 1 year ago • 33 comments

littleGnAl avatar Dec 20 '22 09:12 littleGnAl

@littleGnAl Is this going to be supported anytime soon ?

dbrezack avatar Mar 07 '23 21:03 dbrezack

Hi @littleGnAl flutter support for web when will it be published

bauloc avatar Mar 24 '23 05:03 bauloc

I'm sorry that there's no timeline guarantee yet.

littleGnAl avatar Mar 28 '23 10:03 littleGnAl

Lots of upvotes on this issue in a small amount of time. We're another company relying on Agora for Flutter in need of web support. This feature should be on the timeline, please check if it can be bumped up @littleGnAl

MrAlek avatar Mar 28 '23 12:03 MrAlek

We've had to resort to a hack, a combination of Iframe + AgoraRTCWeb + Dart js Package to call back into flutter. Its dirty but it works. I hope Flutter web gets prioritized.

oexza avatar Mar 28 '23 16:03 oexza

@littleGnAl We signed a contract with agora under the pretenses that agroa would continue to support flutter web. What do we have to do to get this prioritized with your managers ?

dbrezack avatar Mar 29 '23 12:03 dbrezack

@dbrezack may I know who from agora signed the contract you mention?

Qimeron avatar Mar 29 '23 13:03 Qimeron

@dbrezack Flutter web is on our product roadmap already but we cannot provide a timeline at the moment. We are internally discussing about the priority of it. Will provide an update when the timeline is finalized.

ysc1995 avatar Mar 29 '23 16:03 ysc1995

@littleGnAl and plan for web on android or ios (phone) ?

mminhlequang avatar Apr 22 '23 12:04 mminhlequang

@littleGnAl : any updates here ?

luvishq avatar May 01 '23 05:05 luvishq

I think @ysc1995 will update here if there's any news.

littleGnAl avatar May 04 '23 02:05 littleGnAl

Hey agora team @ysc1995 @littleGnAl There haven't been updates on this topic for the past several months. Could you confirm if there are plans to include this feature? If yes, what might be the anticipated timeline?

Thank you

laxman-stan avatar Jun 08 '23 17:06 laxman-stan

same here any updates its says agora v 6.x start use dart ffi which not support web yet!

hatemragab avatar Jul 09 '23 20:07 hatemragab

I have a question. If this version is already fixed. Is video call work with a mobile browser? If yes, how long to fix this bug? I am deciding whether to use Agora or not for my company.

SittiphanSittisak avatar Jul 12 '23 15:07 SittiphanSittisak

Any updates? @ysc1995 @littleGnAl

github4f avatar Aug 02 '23 10:08 github4f

Any updates for web platform for version ^6.x ? @ysc1995 @littleGnAl

ShanthKumar avatar Aug 03 '23 09:08 ShanthKumar

Any updates on it?

bgoncharuck avatar Aug 16 '23 07:08 bgoncharuck

:D they don't care

mminhlequang avatar Aug 16 '23 08:08 mminhlequang

we urgently need the web!

hatemragab avatar Aug 16 '23 09:08 hatemragab

you can use version < 6.x

mminhlequang avatar Aug 16 '23 09:08 mminhlequang

you can use version < 6.x

how?

oexza avatar Aug 16 '23 09:08 oexza

v 6.x not working on the web version

hatemragab avatar Aug 16 '23 09:08 hatemragab

<

mminhlequang avatar Aug 16 '23 09:08 mminhlequang

Hi, we are also looking for web support. Any updates on it?

amit3xpo avatar Aug 21 '23 01:08 amit3xpo

It's been worked in progress, the alpha version may be completed by the end of this year or the beginning of next year, but I'm sorry that there's no timeline guarantee yet.

littleGnAl avatar Aug 21 '23 08:08 littleGnAl

The early web support on agora_rtc_engine: ^6.x has landed in the main branch but it should cover most of the basic scenario. Please note that the documentation is incomplete for web and it has only been tested on desktop web at this time. We will keep working on it, and fulfill APIs as much as possible.

littleGnAl avatar Oct 27 '23 10:10 littleGnAl

TypeError: Cannot read properties of undefined (reading 'initIrisRtc') packages/agora_rtc_engine/src/impl/platform/web/js_iris_api_engine_binding_delegate.dart 20:5 createApiEngine packages/iris_method_channel/src/platform/web/iris_method_channel_internal_web.dart 107:9 initilize dart-sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart 84:54 runBody dart-sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart 127:5 _async packages/iris_method_channel/src/platform/web/iris_method_channel_internal_web.dart 103:41 initilize packages/iris_method_channel/src/iris_method_channel.dart 48:42 initilize dart-sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart 84:54 runBody dart-sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart 127:5 _async packages/iris_method_channel/src/iris_method_channel.dart 40:41 initilize packages/agora_rtc_engine/src/impl/agora_rtc_engine_impl.dart 388:29 initialize$ dart-sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart 84:54 runBody dart-sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart 127:5 _async packages/agora_rtc_engine/src/impl/agora_rtc_engine_impl.dart 364:26 initialize packages/go_router_example/pages/test-agora-call-new.dart 141:23 setupVideoSDKEngine

I have added in index.html

mdaniyal9 avatar Nov 13 '23 13:11 mdaniyal9

@mdaniyal9 Can you please raise a new issue for your problem? Thanks.

littleGnAl avatar Nov 14 '23 02:11 littleGnAl

sure

mdaniyal9 avatar Nov 14 '23 04:11 mdaniyal9

@littleGnAl Thanks for the web support but If I'm trying to use agora for web I'm getting the below issues

TypeError: Cannot read properties of undefined (reading 'createIrisApiEngine') packages/agora_rtc_engine/src/impl/platform/web/js_iris_api_engine_binding_delegate.dart 19:29 createApiEngine packages/iris_method_channel/src/platform/web/iris_method_channel_internal_web.dart 107:9 initilize

Console image

developersTeem avatar Nov 19 '23 18:11 developersTeem