ninjasolutions / flutter_opentok

This Flutter plugin is a wrapper for OpenTok Client SDK.
MIT License
12 stars 19 forks source link

Android support #1

Open mark-veenstra opened 5 years ago

mark-veenstra commented 5 years ago

Hi there,

Tried to get the example up and running, but it just displays a black screen and nothing als. Tried to run it on Pixel 2 real device and Pixel 2 from AVD.

Launching lib/main.dart on Android SDK built for x86 in debug mode...
Initializing gradle...
Resolving dependencies...
Running Gradle task 'assembleDebug'...
Built build/app/outputs/apk/debug/app-debug.apk.
I/flutter (16757): {publisherSettings: {"name":"Mr. John Doe","audioTrack":true,"videoTrack":true,"audioBitrate":null,"cameraResolution":null,"cameraFrameRate":null}, loggingEnabled: true}
Syncing files to device Android SDK built for x86...
D/eglCodecCommon(16757): setVertexArrayObject: set vao to 0 (0) 1 0
D/EGL_emulation(16757): eglMakeCurrent: 0xe3d1a3c0: ver 2 0 (tinfo 0xe08bab10)
D/eglCodecCommon(16757): setVertexArrayObject: set vao to 0 (0) 7 0

Should the example work already?

Mark

genert commented 5 years ago

Hi @mark-veenstra

Currently this library does not support Android, sorry.

We have plans to implement Android support but that will happen after we have released our app on iOS platform as the focus is on that only currently.

MuhammadAliKhan1 commented 4 years ago

Has the android support for the app resolved ?

genert commented 4 years ago

Little update: we did release our app that uses this OpenTok library in iOS' App Store as so far everything works fine.

But to comment on Android part, no, we haven't gotten to that point, yet.

It might take some months before we roll Android support. I cannot give you realistic estimate right now as we do not know about that part yet.

alexsafe commented 4 years ago

Hey @genert ,

Which app is that?

Thanks

xmartgithub commented 3 years ago

Hi there,

Tried to get the example up and running, but it just displays a black screen and nothing als. Tried to run it on Pixel 2 real device and Pixel 2 from AVD.

Launching lib/main.dart on Android SDK built for x86 in debug mode...
Initializing gradle...
Resolving dependencies...
Running Gradle task 'assembleDebug'...
Built build/app/outputs/apk/debug/app-debug.apk.
I/flutter (16757): {publisherSettings: {"name":"Mr. John Doe","audioTrack":true,"videoTrack":true,"audioBitrate":null,"cameraResolution":null,"cameraFrameRate":null}, loggingEnabled: true}
Syncing files to device Android SDK built for x86...
D/eglCodecCommon(16757): setVertexArrayObject: set vao to 0 (0) 1 0
D/EGL_emulation(16757): eglMakeCurrent: 0xe3d1a3c0: ver 2 0 (tinfo 0xe08bab10)
D/eglCodecCommon(16757): setVertexArrayObject: set vao to 0 (0) 7 0

Should the example work already?

Mark

Is it working now on android?