I may be attempting to achieve something that doesn't typically work so I'd like to hear any suggestions.
I can create a jitsi-meet conference on my local network without any issues and see media streams. But when I join a client externally the media stream attempts to establish but fails.
Using wireshark I can identify that server attempts to do send STUN messages directly to the external devices local IP (not sure where it retrieves this information from). This communication is a binding request component using protocol STUN, which obviously never makes it to the client device.
Anyone have any suggestions as to why this traffic is occurring and if it's possible to rectify? Or is it just not possible to host jitsi-meet behind a NAT?
Thanks for any advice in advance.