vmeditab
vmeditab
Facing same issue... After 15-20 minutes joining the session, phone is getting heat. Using below dependency, `com.opentok.android:opentok-android-sdk:2.23.1 ` Using below code, ``` Publisher.Builder(this) .name(getProviderJSONString()) .resolution(Publisher.CameraCaptureResolution.MEDIUM) .frameRate(Publisher.CameraCaptureFrameRate.FPS_1) .build() ```
Already used below code with GlSurfaceView... ` if (mPublisher?.view is GLSurfaceView) { (mPublisher?.view as GLSurfaceView).setZOrderOnTop(true) }`
I have a below code, `mSession = Session.Builder(this, mSTRotAPIKey, mSTRotSessionId) .sessionOptions(object : Session.SessionOptions() { override fun useTextureViews(): Boolean { return true } }) .connectionEventsSuppressed(true) .build() mSession?.setSessionListener(this) mSession?.setSignalListener(this)` @adrienrx
And what about `isHwDecodingSupported` and `isCamera2Capable`? Will it be by default false or I have to change these methods as well?
Okay one more thing I want to ask that why we can't use TextureView and why device will be get hitted if we use this? Just ask for the knowledge..
By using GlSurfaceView, the icons of end call and others will be covered. I can see only the view of front camera.
Hello @jrdaher, I didn't find any solution yet. My app just crashed after opening the video streaming screen. Do you find any solution? We have updated our target SDK to...
Yes @KirkBushman. update sdk to 31.
Can you send me the link @jrdaher ?