gunschu / jitsi_meet

Initial commit
208 stars 281 forks source link

CONFERENCE_TERMINATED #421

Closed anjana1904 closed 1 year ago

anjana1904 commented 1 year ago

jitsi_meet plugin version: 4.0.0

I'm trying to integrate video call functionality in one of my apps using the jitsi_meet library in Flutter. Now the issue is that when we start the call, we get the following error messages:

Failed to load config from http://meet.example.com/config.js?room=testError(TypeError){"message":"Network request failed","stack":"onerror@index.android.bundle:137:7285\ndispatchEvent@index.android.bundle:128:5676\nvalue@index.android.bundle:123:6095\nvalue@index.android.bundle:123:2835\nvalue@index.android.bundle:49:1280\nvalue@index.android.bundle:36:3685\nindex.android.bundle:36:841\nvalue@index.android.bundle:36:2939\nvalue@index.android.bundle:36:813\nvalue@[native code]"}

ExternalAPI Sending event: CONFERENCE_TERMINATED with data: { NativeMap: {"url":"http://meet.example.com/test","error":"TypeError: Network request failed"} }

Can anyone help me solve this problem?

WhatsApp Image 2022-12-16 at 11 18 09 PM

anjana1904 commented 1 year ago

The issue was related with SSL certificate. After adding it issue was fixed.