Cannot convert value of type 'UIView' to expected argument type 'UIWebView'
问题 I am using cordova-plugin-iosrtc. I am experiencing the following error. iOSRTCApp-master/platforms/ios/iOSRTCApp/Plugins/cordova-plugin-iosrtc/iosrtcPlugin.swift:622:24: Cannot convert value of type 'UIView' to expected argument type 'UIWebView' According to repository,I should not get this error. Here is the code snippet let pluginMediaStreamRenderer = PluginMediaStreamRenderer( webView:self.webView!, eventListener: { (data: NSDictionary) -> Void in let result = CDVPluginResult(status: