Subject: RE: Dynamic Voice Element Replied by: Janine Graves on 23-08-2013 09:55:06 AM Your dynamic configuration should check whether the parameter it's receiving (named 'defaults') is null. If it is null, then you need to reinstantiate it before adding data to it.
try { if (defaults ==null) { defaults = new VoiceElementConfig(); } AudioGroup initAudioGroup = defaults.new AudioGroup("initial_audio_group", true ); defaults.setAudioGroup(initAudioGroup); etc, etc, etc.
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: