Ankur Oberoi

Results 93 issues of 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...

bug
platform:ios

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...

question

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).

bug
platform:ios

Maybe there is some default CSS that can be applied. Also `` might have something to do with this.

enhancement
platform:ios

When subscribing to a stream that was published from iOS, do we get the right video dimensions? What about after orientation change?

question
platform:ios

How should this library be tested?

question

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...

bug
platform:ios

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...

question

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...

enhancement
platform:ios

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...