Skip to content
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

Add support for MediaStream.clone() method #52

Closed
warrenjmcdonald opened this issue Aug 26, 2015 · 8 comments
Closed

Add support for MediaStream.clone() method #52

warrenjmcdonald opened this issue Aug 26, 2015 · 8 comments
Assignees
Milestone

Comments

@warrenjmcdonald
Copy link

This method is very important for creating new streams from exiting captures, that can then be independently modified and used for new peer connections.

@ibc
Copy link
Collaborator

ibc commented Aug 26, 2015

I will add it when I get some spare time.

@murillo128
Copy link
Contributor

PR are welcome.. :)

@magestican
Copy link

Any updates on this?

It will greatly help me in order to add recording functionality into my software.

@saghul
Copy link
Collaborator

saghul commented Mar 29, 2017

Sorry, no updates to report.

@hthetiot
Copy link
Contributor

Might be possible after 5.0.2 release.

@hthetiot hthetiot added this to the 5.0.x milestone Sep 13, 2019
@hthetiot hthetiot self-assigned this Sep 13, 2019
@hthetiot
Copy link
Contributor

Can be done on 6.0.0 I think.

@hthetiot hthetiot modified the milestones: 5.0.x, 6.0.x Sep 17, 2019
@hthetiot
Copy link
Contributor

Can be done on 5.0.4+ since 5.0.3 support MediaStream (Native and Plugin)

MediaStream.prototype.clone = function () {
	return new MediaStream(this);
};

@hthetiot hthetiot modified the milestones: 6.0.x, 5.0.x Sep 20, 2019
@hthetiot hthetiot modified the milestones: 5.0.x, 5.0.4 Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants