Qbix / cordova-plugin-sharescreen

Apache License 2.0
2 stars 1 forks source link

not catching MediaStream on ios #1

Open ilovecoding294786 opened 2 years ago

ilovecoding294786 commented 2 years ago

I am only getting trace message "Created remote peer connection object remotePeerConnection." without a mediastream after using this. cordova.plugins.sharescreen.startScreenShare(function(mediaStream){console.log(mediaStream)}, function(error){});

Are there any NSExtension attributes that should be altered in order to make it work on cordova app ??

deanylev commented 1 year ago

Did you end up figuring this out?