Missing "unPinAllVideosFromSecondView" call

Hello

In the new SDK we have lots of lovely new methods to pin/unPin users from FirstView and SecondView however we seem to be missing the matching call to unPinAllVideosFromSecondView to match unPinAllVideosFromFirstView

Thanks

Richard

Hi @richard1, thanks for pointing this out.

It appears that you are correct and this convenience method was not included. Sorry about that! We will get this added in a future release.

In the meantime, you should be able to work around this by retrieving a list of users pinned to the second view via getPinnedUserListFromSecondView() and call unPinVideoFromSecondView() for each one.

Thanks!

Thanks Jon - that is indeed my curreny workaround (with my afformentioned flow control to avoid overloading the API!!)