channelSelected
When a channel is selected this event is triggered
JavaScript
frame1.on("channelSelected", (channelInfo) => {
console.log("Channel Selected:", channelInfo);
});
Properties
Properties | Description | Type |
---|---|---|
channelId | id of the channel | String |
channelName | Name of the channel | String |
JSON Sample Response
{
"channelId": "6325e6cdf0357f1c648791a5",
"channelName": "lobby channel"
}