opentok-react-native icon indicating copy to clipboard operation
opentok-react-native copied to clipboard

Publisher "mirror" parameter

Open Artemnsk opened this issue 6 years ago • 3 comments

Feature Request

Description In original OpenTok docs as publisher during initPublisher() call you are able set mirror parameter. In opentok-react-native we can not set this parameter.

  1. In my case it is important to make publisher see exactly the same video in his Publisher window as other users see in Subscriber window.
  2. Why not to add it anyway as it is possible to do out of a box with OpenTok library?

Proposal Could you pls add this extra parameter support? E.g. in OT.initPublisher() including sanitizing it via sanitizeProperties() function call.

Links / references I found docs for JS only but I feel that it is possible to do in Android/iOS. https://tokbox.com/developer/sdks/js/reference/OT.html https://support.tokbox.com/hc/en-us/articles/200649664-Why-is-my-publisher-reversed-

Thanks!

Artemnsk avatar Dec 18 '18 07:12 Artemnsk

@Artemnsk Thanks for creating the feature request. Unfortunately, the native OpenTok iOS and Android SDKs currently do not support the mirror property so we would not be able to add that to this library until it's added in the native SDKs.

I have filed a feature request internally and will update this ticket when we make progress.

msach22 avatar Dec 18 '18 17:12 msach22

@msach22 Curious, any update/progress on adding the "mirror" options to Publisher? Our use case is also important to have this accurate - especially as it relates to eventually archiving the sessions. This is really "removing" the mirror effect that currently gets added to the streams when front facing. Thanks!

ami9000 avatar May 03 '20 01:05 ami9000

@msach22 Hola! Is there any update on this feature?

mzruiz avatar Oct 20 '20 18:10 mzruiz