Tutorial: fdc3v2.joinUserChannel

fdc3v2.joinUserChannel

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' }});