Hi, I wanted to create a loopback only peerconnection to connect with myself, but it seems like that the library doesn't generate candidate/offer with 127.0.0.1/::1 as ip. I workaround this by using rtc::Configuration::bindAddress, thankfully I used libjuice so I could bind on loopback, then libdatachannel started to generate loopback candidates/offers.
Is it the way to go or is there a better way ? I'm using libdatachannel v0.17.1
Hi, I wanted to create a loopback only peerconnection to connect with myself, but it seems like that the library doesn't generate candidate/offer with 127.0.0.1/::1 as ip. I workaround this by using rtc::Configuration::bindAddress, thankfully I used libjuice so I could bind on loopback, then libdatachannel started to generate loopback candidates/offers.
Is it the way to go or is there a better way ? I'm using libdatachannel v0.17.1