Ankur Oberoi
Ankur Oberoi
Currently, trying to initialize a Publisher with audio/video enabled but while the user has permission denied, the application crashes. We should aim to gracefully handle such situations with the publisher...
We need to document what the observed behavior is for the application going into the background on the android and ios platforms. Given that, we also want to document how...
This has been observed on the publisher, but might also effect the subscriber (if the stream is published from an iOS device using this plugin).
Maybe there is some default CSS that can be applied. Also `` might have something to do with this.
When subscribing to a stream that was published from iOS, do we get the right video dimensions? What about after orientation change?
Perhaps because of limitations in the MediaStreamRenderer from `com.eface2face.iosrtc`, publisher video elements, when not at the exact aspect ratio of the device's camera's video frame, always scale the image to...
We need to document the observed behavior of what occurs when the application's audio is interrupted. This includes alerts/notifications, phone calls, or another application playing audio in the background. Given...
Currently the project requires an application developer to use a bit of code (only for iOS) so that the JS is executed in the right order. ``` javascript if (window.device.platform...
Excellent work here! I'm fairly certain this issue is not yours, but most likely the version of clang I am using. I ran `./checktests` and got the one failure you...