OfficeDev / skype-ios-app-sdk-samples

This repository contains Objective C and Swift samples powered by the Microsoft Skype for Business App SDK.
MIT License
46 stars 23 forks source link

Can the sdk displays more than two SfBVideoStream? #84

Open zhouleijingji opened 5 years ago

zhouleijingji commented 5 years ago

When I use the demo of SfBDemo, it only displays one video. The canSubscribe'sproperty of SfBParticipantVideo always is False in second row of tableView, and the second SfBVideoStream also always is nil. I need to display multiple video for multiple persons, how to do?