Closed Clon1998 closed 6 months ago
You are right it can be easily solved, by adding a null check in toMap
would you like to do a pr for the same?
You are right it can be easily solved, by adding a null check in
toMap
would you like to do a pr for the same?
Just created the PR
Hey, the current implementation of your
RTCIceServer
class contains a bug that causes an issue on the native side while building the peerconnection.In particular, it is impossible to add/use Ice candidates that do not enforce a username/credential as the
toMap()
method will include these fields with valuesnull
when submitting the init request to the platform code.