Tutorial: fdc3.getOrCreateChannel

fdc3.getOrCreateChannel

Returns a Channel object for the specified channel, creating it as an App channel if it does not exist.

Note: To get a Channel for a System channel, join the channel using fdc3.joinChannel and then call fdc3.getCurrentChannel.

Example

const appChannel = await fdc3.getOrCreateChannel('openfin');