Last updated 1 year ago
You need to create a channel on your dashboard before proceeding. Clans have a default chat channel in their UI - use the OpenClan function to display the group chat.
Show a channel that anyone can chat in.
//Show fullscreen chat UI GalaxyClientAPI.Controller.OpenChannel(ChannelId: "channel_id", Options: ViewOptions);
//Overlay on the screen window.galaxy.ShowChannel({ channel_id: 'channel_id' });
GalaxySDK.shared.showChannel(channelId: "channel id")
Galaxy_ShowChannel(channel_id)