You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
@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!
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!
The text was updated successfully, but these errors were encountered: