8000 enabled addTrack API for android and ios by yonatann · Pull Request #203 · flutter-webrtc/flutter-webrtc · GitHub
[go: up one dir, main page]

Skip to content

enabled addTrack API for android and ios #203

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

Merged
merged 1 commit into from
Mar 12, 2020

Conversation

yonatann
Copy link

I have enabled the new addTrack API for ios and android as well as added a few runtime checks for robustness

@cloudwebrtc
Copy link
Member

LGTM

@cloudwebrtc cloudwebrtc merged commit 8f5b6db into flutter-webrtc:unified-plan Mar 12, 2020
@carlfost
Copy link

Since addStream() is obsolete, and you add the addTrack(), how do you use it since pc.addTrack(audiotrack,stream) gives syntax error.

@yonatann
Copy link
Author

The way to use it is to send a list of stream Ids not a stream object: pc.addTrack(track, [stream.id]);

@VladimirCores
Copy link

When this API will be available in the release build? Thanx.

@animeshjain
Copy link

+1 @VladimirCores
Any idea when this will be released?

@mapkbalaji
Copy link

Please release this API. I'm unable to connect to iOS devices using addStream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants
0