aleccheah

Results 7 comments of aleccheah

i have pull this branch to test getDisplayMedia. And have encountered error that was fix in 6.0.9. Unhandled Promise Rejection: TypeError: null is not an object (evaluating 'iceCandidateFields.foundation') from Safari...

@hthetiot thank you for the new rebased, the error is no longer exists :)

@hthetiot Sorry for the delayed response. I have encountered some issue with the following codes in the PluginRTCScreenCaptureController.swift that was implemented in [7b2da7a](https://github.com/cordova-rtc/cordova-plugin-iosrtc/pull/424/commits/7b2da7a0c80b1bada26cf40699cb8d17f2d19b3d) During the compilation from xcode deploying to...

@hthetiot do you need any additional information with regards to the error that was encountered during the deployment of the app to iPad Devices?

@hthetiot I have done some testing on the getDisplayMedia implementation, and I am able to share my iPad Mobile Application Screen to a Browser. My question is how do i...

> * https://developer.apple.com/documentation/replaykit/rpscreenrecorder Yeah... once I notice my test result did some googling as well on this... found out another approach is to use the ReplayKit Broadcast Extension to capture...

@hthetiot sir, not sure if it is the behaviour of iOS itself on something else, notice on the first called of getDisplayMedia, the request actually rejected by iOS. On subsequent...