setConfig method

void setConfig(
  1. ChatlyChatCoreConfig chatlyChatCoreConfig
)

Sets custom config to change default names for rooms and users collections. Also see ChatlyChatCoreConfig.

Implementation

void setConfig(ChatlyChatCoreConfig chatlyChatCoreConfig) {
  config = chatlyChatCoreConfig;
}