The Firefox can't parse a tcp ICE candidate if the attribute tcptype is missing. The class TcpHostCandidate contains a value of CandidateTcpType but the toString() method does not add it.
The follow Code should be added to the method Candidate.toString()
The Firefox can't parse a tcp ICE candidate if the attribute
tcptype
is missing. The class TcpHostCandidate contains a value of CandidateTcpType but the toString() method does not add it.The follow Code should be added to the method
Candidate.toString()