Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISupportedChannel

A channel that the app supports with the relevant info for the current user

Hierarchy

  • ISupportedChannel

Index

Properties

channelType

channelType: CHANNEL_TYPES

Optional customValues

customValues: {}

Any additional info you wish to pass about the channel.

Type declaration

  • [key: string]: any

id

id: string

idName

idName: string

Optional validOperations

validOperations: CONTEXTUAL_OPERATION_TYPE[]

Optional list of operation you which for this channel to show up on.

Optional validPresences

validPresences: string[]

Optiona list of presences. Your channels will only show when the user is set to a prsence here.

Generated using TypeDoc