问题
I am developing a chat application. For the video chat integration i am using sinch android sdk. I got it https://github.com/sinch/android-video-calling sample working fine. I dont want to show local video view on user screen. So when i removed it from callscreen activity layout and from callscreen activity java class there is no remote video shown on either of the devices. The video views doesnt seem to be linked to view in layout as they are fetched from getSinchServiceInterface().getVideoController(). Please Help!
回答1:
Thats right, right now you need a local view to transmit video, we are working on removing that. But for now you can add it and hide it to get it working for you.
来源:https://stackoverflow.com/questions/40368512/sinch-video-chat-remote-video-issue