Dmitriy P

Results 6 comments of Dmitriy P

I think the reason is your build variant. It doesn't work on custom build configs. Try to use **debug** build variant.

Just create a service and move RTCClient and PeerConnection client into this service. Your service should implements all callbacks from clients and pass events to UI. To initiate the new...

You can do it lide this if(isLocalVideoEnabled){ peerConnectionClient.startVideoSource(); }else{ peerConnectionClient.stopVideoSource(); }

Thanks! It will be a very useful feature!

@tpsiaki Still not working on Scenefrom 1.14 ... c'mon guys :(