Open Artemnsk opened 5 years ago
@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 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!
@msach22 Hola! Is there any update on this feature?
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.
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!