lennhv / jitsi_meet_plugin

A `gunschu / jitsi_meet` copy to implement web plugin
MIT License
0 stars 5 forks source link

TypeError in JS console #5

Open CollinAlpert opened 3 years ago

CollinAlpert commented 3 years ago

I followed your instructions but when running my app in the browser and joining a meeting I get the following error: TypeError: document.getElementsByTagName(...)[0] is undefined in the file js_primitives.dart:30:4 Can you help?

lennhv commented 3 years ago

Hi @CollinAlpert may be the flt-platform-view element is not available, what version of flutter are you using?

CollinAlpert commented 3 years ago

I'm using version 1.22.6. Should be the latest available.

lennhv commented 3 years ago

If you run the example https://github.com/lennhv/jitsi_meet_plugin/tree/master/jitsi_meet/example you get the same error?

CollinAlpert commented 3 years ago

Yes, when running the example, I get the same error.

image