opentok / opentok-react-native

OpenTok React Native - a library for OpenTok iOS and Android SDKs
https://tokbox.com/
MIT License
210 stars 155 forks source link

OTSubscriber - subscribeToSelf option isn't working #664

Closed Giebler closed 6 months ago

Giebler commented 1 year ago

Bug Report

Current behavior We set the subscribeToSelf option true in OTSubscriber yet we don't see the subscriber video streaming in the subscriber view.

Steps to reproduce Set the subscribeToSelf option true - look at the subscriber view

Example Project Should be able to do this in the sample app.

What is the current bug behavior? We don't see a notice in the subscriber streamCreated sessionEventHandler and it doesn’t show the stream.

What is the expected correct behavior? I expected to see a notice in the subscriber streamCreated sessionEventHandler and see my video stream in the subscriber view (as well as the publisher view).

Relevant logs and/or screenshots I see the usual publisher steamCreated notice with our small screen view but the large view has nothing. Am I missing something? Do we need to do more than set subscribeToSelf true?

jeffswartz commented 1 year ago

We are looking into this.

beHaze commented 6 months ago

@Giebler this issue was fixed in the most recent release v2.27.0 Let us know if you're still having issues on our most recent version and/or with one of our sample apps.