Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Add ability to set many remote candidates at once #6

Open
mickel8 opened this issue Sep 4, 2020 · 0 comments
Open

Add ability to set many remote candidates at once #6

mickel8 opened this issue Sep 4, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@mickel8
Copy link
Contributor

mickel8 commented Sep 4, 2020

In this issue ability for setting many remote candidates at the same time should be added.

There exist message {:add_remote_candidate, candidate, stream_id, component_id} which set one remote candidate. What we need is to add support for message {:add_remote_candidates, candidates, stream_id, component_id} to parse many candidates for specified component in specified stream.

If we were able to pass structs in Unifex we could even add support for message of format {:add_remote_candidates, candidates} where each candidate is represented by structure containing following fields:

candidate_sdp
stream_id
component_id

But this is out of the scope of this issue.

@mickel8 mickel8 added the enhancement New feature or request label Sep 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant