STSChatManagerConfig

@interface STSChatManagerConfig : NSObject

Configuration for STSChatManager.

  • The host of the chatroom restful API server. Not to set this or sets this to nil to use the default value.

    Declaration

    Objective-C

    @property (nonatomic, strong, readwrite) NSString *_Nonnull restHost;

    Swift

    var restHost: String { get set }
  • The host of the chatroom socket server. Not to set this or sets this to nil to use the default value.

    Declaration

    Objective-C

    @property (nonatomic, strong, readwrite) NSString *_Nonnull socketHost;

    Swift

    var socketHost: String { get set }