Protocols

The following protocols are available globally.

  • Chat room event delegate for notify chat connection event, mode change event, user event, or message event. Allow to handle chat room events in real time.

    See more

    Declaration

    Objective-C

    @protocol STSChatEventDelegate <NSObject>

    Swift

    protocol STSChatEventDelegate : NSObjectProtocol