You can pass an extra object when you join the room as illustrated in the example below:
In SkylinkTS.ts:
this.skylink.joinRoom({ 'audio': this.config.audio, 'video': this.config.video, bandwidth: { video: 1024 } });
Other articles you may be interested in: Support for Angular 5| How can i obtain the recordingId in app.component.ts with Angular 5?