shinyoshiaki / werift-webrtc

WebRTC Implementation for TypeScript (Node.js), includes ICE/DTLS/SCTP/RTP/SRTP/WEBM/MP4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connection.remoteAddr missing

koush opened this issue · comments

I used to use the Connection.remoteAddr to determine if the ice transport was on the same LAN or not. This seems to have been removed.

What is the recommended way to find the connected pair(s)?

I had simply removed remoteAddr without thinking too much about it because it wasn't used in this repository
I'll put it back in later.