Join an app to a specified User channel.
Example
await fdc3.joinUserChannel('red');
await fdc3.addContextListener('fdc3.instrument', console.log);
await fdc3.broadcast({type: 'fdc3.instrument', id: { ticker: 'AAPL' }});
Join an app to a specified User channel.
await fdc3.joinUserChannel('red');
await fdc3.addContextListener('fdc3.instrument', console.log);
await fdc3.broadcast({type: 'fdc3.instrument', id: { ticker: 'AAPL' }});