saibotma / jitsi_meet_wrapper

Jitsi Meet Plugin for Flutter. Wrapping JitsiMeetSDK for Android and iOS.
BSD 3-Clause "New" or "Revised" License
27 stars 61 forks source link

java.net.MalformedURLException: no protocol: #24

Closed alabbasiDev closed 2 years ago

alabbasiDev commented 2 years ago

E/DartMessenger: Uncaught exception in binary message listener java.net.MalformedURLException: no protocol: at java.net.URL.(URL.java:601)

saibotma commented 2 years ago

What URL did you supply? Which version of jitsi_meet_wrappe are you running? Please give me any information you can.

alabbasiDev commented 2 years ago

jitsi_meet_wrapper: ^0.0.4

URL => https://8x8.vc

compileSdkVersion => 32

targetSdkVersion => 32

saibotma commented 2 years ago

You must provide a URL that points to a Jitsi Room, for example, one that looks like this: https://meet.jit.si/UrbanGlovesCarveForth.

saibotma commented 2 years ago

Closing this because of inactivity. Feel free to reopen when required.