/* (1) Initialisation ---------------------------------------------------------*/ /* (1) Init @channel object */ gs.set('lchannel', [ { type: 'text', visible: true, list: [ 'general', 'test-text' ], active: 0 }, { type: 'voice', visible: true, list: [ 'general' , 'test-voice' ], active: null } ]);