Open Unixon-solutions opened 4 years ago
Same happening here. What's the solution to this issue?
Hi there
Here the WIP PR in the cordova-plugin-iosrts
: https://github.com/cordova-rtc/cordova-plugin-iosrtc/pull/544
I've subscribed on PR and will check our SDK and the videochat sample after necessary release of cordova-plugin-iosrts
. Then I would unblock cameras switch for iOS Cordova here and here.
@ccvlad @nocodedweb could you please check with this custom branch of Cordova iOS RTC plugin
If it works - then the custom branch can be used until it's merged top master
I've checked - not yet
Hey,
Just chiming in here, I am trying to use LiveSwitch from FrozenMountain which defaults to using ReplaceTrack. I found a work around to stop and re-start a new local device however the user experience isn't perfect. Hoping the addition this feature will solve that!
Thanks!
Getting this error
TypeError: undefined is not an object (evaluating 'e.track.kind')
inkey: "_replaceTracks",
This works in android and web (android and iOS both) but in iOS cordova its not working which uses
cordova-plugin-iosrtc
. When above code get called video call get freezes.