DanielBerrioB

Results 5 comments of DanielBerrioB

For those who are facing this issue this worked for me: 1) I've upgraded my gradle version to the latest one. So inside your build.gradle (android root folder) go to...

I'm wondering if maybe you're missing the `openmaptiles` key in the sources object, so instead of this: ``` "sources": { "contours": { "type": "vector", "url": "https://tile.map.api-k.com/data/contour.json" } }, ``` You'd...

I'm facing the same issue, hope this can get solved quickly, participants join but no media is published

> if (_connectivityResult.contains(ConnectivityResult.none)) { > logger.warning('no internet connection'); > events.emit(SignalDisconnectedEvent( > reason: DisconnectReason.noInternetConnection)); > throw ConnectException('no internet connection'); > } > Same problem, you can delete this code to solve...