Closed sagar1garg closed 2 months ago
the 3.6.2 android SDK will add a new API startScreenCapture, and lib:screensharing will be remove then. I will update it when the new sdk released.
What's the timeline for v3.6.2? We use screenshare extensively in our app this is critical for us. @yoreland
it will be in next week according to current plan. but if it is hard for you for upgrading, you might try to use this api setVideoEncoderConfigration
Upgrading should be fine but I use it for game streaming. Hopefully it will also take away cases of overheating and screenshare service crashing and immediately restarting (in case of lib:screensharing) @yoreland
Hi @yoreland is v3.6.2 released?
@yoreland Any update regarding screen sharing API?.
@yoreland currently the screen share has no option to capture screen in HD mode. Further it doesn't make use of the mediaRecorder mode where in I can set CamcorderProfile cpHigh = CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH);
How can this be achieved using the current lib:screensharing?