-
-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable/Disable track from Receiver/Sender is broken in case of use with Janus Videoroom #734
Closed
3 tasks done
Comments
Thx @RSATom i will see what I can do. |
RSATom
added a commit
to RSATom/cordova-plugin-iosrtc
that referenced
this issue
Jan 20, 2022
for later use ref cordova-rtc#734
RSATom
added a commit
to RSATom/cordova-plugin-iosrtc
that referenced
this issue
Jan 20, 2022
May be this PR can fix the issue also #648 |
I have a one million dollars question, do they use unique Id for Media stream lines in SDP? |
@hthetiot within specific SDP - I think yes. |
RSATom
added a commit
to RSATom/cordova-plugin-iosrtc
that referenced
this issue
May 15, 2022
for later use ref cordova-rtc#734
RSATom
added a commit
to RSATom/cordova-plugin-iosrtc
that referenced
this issue
May 15, 2022
RSATom
added a commit
to RSATom/cordova-plugin-iosrtc
that referenced
this issue
May 15, 2022
for later use ref cordova-rtc#734
RSATom
added a commit
to RSATom/cordova-plugin-iosrtc
that referenced
this issue
May 15, 2022
RSATom
added a commit
to RSATom/cordova-plugin-iosrtc
that referenced
this issue
Jun 16, 2022
for later use ref cordova-rtc#734
RSATom
added a commit
to RSATom/cordova-plugin-iosrtc
that referenced
this issue
Jun 16, 2022
if PR QA pass, will release as part of 8.0.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
extra/renderer-and-libwebrtc-tests.js
file).Versions affected
Description
If try disable tracks gotten from receivers list on official Janus Videoroom demo I get following error in XCode debug console:
Steps to reproduce
Expected results
Track should be switched to disabled state
Actual results
Above error message
Investigation results
The problem is here:
cordova-plugin-iosrtc/src/PluginMediaStreamTrack.swift
Line 22 in 239b833
and here:
cordova-plugin-iosrtc/src/PluginRTCPeerConnection.swift
Line 824 in 239b833
i.e. on one side iosrtc alters track id to make it unique, but on other side iosrtc returns tracks from transeivers as is without replace original track id to internal iosrtc's track id.
The text was updated successfully, but these errors were encountered: