<div dir="ltr">We're evaluating a paid TURN service, and we've found that sometimes it provides only a STUN candidate for audio and neither STUN nor TURN for video. The user's host candidates are all private IPv4. FS 10.5 allows such a call, but we'd like to reject any call *lacking* usable ICE candidates for *either* audio or video.<div><br></div><div>I see at <a href="https://freeswitch.org/confluence/display/FREESWITCH/Channel+Variables">https://freeswitch.org/confluence/display/FREESWITCH/Channel+Variables</a> that there is channel var "variable_remote_media_ip", so if this is empty for both audio and video, we could set our dialplan to reject the call. But is this var set independently for audio and video so we can check that both are present?</div><div><br></div><div>Or is there a better way?</div></div>