зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1677759: Emit per-stream null candidates when the last candidate fails to init. r=mjf
Differential Revision: https://phabricator.services.mozilla.com/D97636
This commit is contained in:
Родитель
7e9b0c9dd0
Коммит
9961c02d2f
|
@ -545,11 +545,11 @@ void nr_ice_gather_finished_cb(NR_SOCKET s, int h, void *cb_arg)
|
|||
/* But continue */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (nr_ice_media_stream_is_done_gathering(stream) &&
|
||||
ctx->trickle_cb) {
|
||||
ctx->trickle_cb(ctx->trickle_cb_arg, ctx, stream, component_id, NULL);
|
||||
}
|
||||
if (nr_ice_media_stream_is_done_gathering(stream) &&
|
||||
ctx->trickle_cb) {
|
||||
ctx->trickle_cb(ctx->trickle_cb_arg, ctx, stream, component_id, NULL);
|
||||
}
|
||||
|
||||
if(ctx->uninitialized_candidates==0){
|
||||
|
|
Загрузка…
Ссылка в новой задаче