Enrico Portolan
Enrico Portolan
I'm having the same issue with angular 1.5.11. Did someone know how to solve this issue?
@abdulajet using BasicVideoChat example, I am able to reproduce the issue by setting `style={StyleSheet.absoluteFill}` on the OTSubscriber object. ``` import {View, StyleSheet} from 'react-native'; render() { return ( ); }...
@freddiecabrera yes, please. You can submit a PR and I'll review it
@maximegauthierportima seems like a network error to me. Is it reproducible under different networks? Could you try different WiFi/Cellular?
Why do you need to only connect and not publish or subscribe? Can you elaborate your use case please?
you can listen to that error using the event `accessDenied`. It's not really an error though, it's just how the browser handle it. ``` this.publisherEventHandlers = { accessDenied: event =>...
The correct options are `facingMode`: "environment" or "user". The former is the back one, the latter is the frontal one. https://tokbox.com/developer/sdks/js/reference/OT.html#initPublisher
Thanks for reporting this. This is currently not supported at the native level so there is nothing we can do. I've already mentioned it to our Engineering team. I will...
@ber8749 is this still reproducible? I am not able too follow your code. @ramiel Can you post some code to reproduce the issue please? cheers
@ber8749 I tested the code and, to me, the error is in the implementation. You are mounting/unmounting the OTSession and OTPublisher component a lot of time for nothing. The `showPublisher`...