Sinch Video Chat - Remote Video Issue

人走茶凉 提交于 2019-12-02 02:46:11

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!