Sinch Video Chat - Remote Video Issue

2019-02-28 07:06发布

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条回答
放我归山
2楼-- · 2019-02-28 07:25

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.

查看更多
登录 后发表回答