Hi All,
I'm facing a situation for P2P call where it need to determine both
caller and callee network type,
except for both parties having direct (internet) connection (on Public
IP), the rest of combinations will implement force_rtp_proxy.
(the 4 combinations are: NAT-> NAT, NAT -> Public IP, Public IP -> NAT,
Public IP -> Public IP).
Wondering if I can use isflagset or fetch flag from remote peer (callee)
? or is there any function that allow this to be happen ?
Thanks,
David Loh