ChatBoxInviteWatcher

This is meant to be used with a Text component that will only appear for a certain amount of time indicating the channel name and id that you have just received and invite for. This component achieves this by automatically subscribing to the ChatBox's OnReceiveChannelInvite delegate.

Public Functions

Function Description
OnReceivedInvite(int channelID, string channelName) Call this to change the text and display your invite message with this information for your specified amount of time.