opentok / opentok-react-native

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

SubscribeToSelf Does Not Work #612

Closed bahalperin closed 5 months ago

bahalperin commented 2 years ago

Bug Report

Current behavior The prop subscribeToSelf on OTSubscriber does not seem to do anything.

Steps to reproduce Pull down this branch and run the example app. Join a session and you'll see yourself once (just the publisher). I would expect to see a second video for the subscriber. If another person joins, you will see them.

Example Project https://github.com/bahalperin/opentok-react-native-samples/tree/bh/subscribe-to-self-bug

What is the current bug behavior? No subscriber is created for the publisher's stream when subscribeToSelf is true

What is the expected correct behavior? You should see a second video of yourself when subscribeToSelf is true

jeffswartz commented 1 year ago

We are looking into this.

pietgk commented 1 year ago

any status update?