Replies: 1 comment
-
It is a very interesting stuff. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our application scenario, we want to send the answer after collecting the candidates,and we found the following callback function,it says "if PCHAR is NULL then candidate gathering is done." .
But, after testing, it seems that it is related to the timeout period, and NULL will only be returned when it times out.
guessed by modifying the value of
iceLocalCandidateGatheringTimeout
configuration and printing logsIs there any way to judge like google's webrtc implementation ?
Need help on this.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions