setConfig method
Sets custom config to change default names for rooms and users collections. Also see ChatlyChatCoreConfig.
Implementation
void setConfig(ChatlyChatCoreConfig chatlyChatCoreConfig) {
config = chatlyChatCoreConfig;
}
Sets custom config to change default names for rooms and users collections. Also see ChatlyChatCoreConfig.
void setConfig(ChatlyChatCoreConfig chatlyChatCoreConfig) {
config = chatlyChatCoreConfig;
}