CloudWebRTC
CloudWebRTC
I think you need to checkout the m97_release.
hey @provokateurin, I think the completion of this PR is 60-70%. I used the binary_messenger of flutter linux to forge a C++ API bridge that is consistent with the flutter...
first working version 
screen sharing 
@provokateurin Please update to the last commit, I fixed the screen sharing crash.
looks like @vsomayaji fixed this issue, and I'd be happy to accept a PR to close this issue
I've tested and it doesn't seem to reproduce this issue. are you using `room.localParticipant.setCameraEnabled(false);` to unpublish video track?
I'm not sure if it has something to do with empty frames being injected by the server, will investigate
@furkanKotic Will this issue reproduces on specific devices? I don't reproduce this glitch on android emulator as well as on my Samsung s20u
I did several tests and couldn't reproduce it on Samsung s20u, xiaomi k40, and huawei pad 5, this may be a device-related bug that we may not be able to...