cordova-rtc / cordova-plugin-iosrtc

Cordova iOS plugin exposing the WebRTC W3C API
MIT License
690 stars 338 forks source link

Add video border radius support #733

Closed hthetiot closed 2 years ago

hthetiot commented 2 years ago

Description

This library does not support border radius on video tag.

A reference implementation is available here:

Steps to reproduce

Css border radius is ignored on rendered video

Expected results

Video has round corner

Actual results

No round corner on video

hthetiot commented 2 years ago

It's actually implemented see https://github.com/cordova-rtc/cordova-plugin-iosrtc/blob/master/src/PluginMediaStreamRenderer.swift#L251

May need some testing, closing and will re-open if tests on device fails.