Skip to main content

channelSelected

When a channel is selected this event is triggered

JavaScript
frame1.on("channelSelected", (channelInfo) => {
console.log("Channel Selected:", channelInfo);
});

Properties

PropertiesDescriptionType
channelIdid of the channelString
channelNameName of the channelString
JSON Sample Response
{
"channelId": "6325e6cdf0357f1c648791a5",
"channelName": "lobby channel"
}