getChannelList( )


Gets a list of available chat channels for a site visitor.

The getChannelList() function returns a Promise that resolves to a list of available channels for the site visitor.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<Array<Channel>>
Was this helpful?
Yes
No