Sets the port number for the voice session.
static Future<void> setVoicePort(String port) async => await _prefs?.setString(_keyVoicePort, port);