You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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:But this is out of the scope of this issue.
The text was updated successfully, but these errors were encountered: