Sets the IP address for the voice session.
static Future<void> setVoiceIP(String ip) async => await _prefs?.setString(_keyVoiceIp, ip);