sebawagner commented on a change in pull request #132:
URL: https://github.com/apache/openmeetings/pull/132#discussion_r583154287
##########
File path:
openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/KStream.java
##########
@@ -324,6 +319,16 @@ private WebRtcEndpoint createEndpoint(String sid, String
uid, boolean recv) {
return endpoint;
}
+ private void reApplyIceCandiates(WebRtcEndpoint endpoint, boolean recv)
{
Review comment:
I think this method may grow. We may also do this re-applying of queued
iceCandidates for the other webRTCEndpoints
=> In the Kurento Example they also queue candidates on the "listener" side
and re-apply those once the listener side has been established.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]