chat-sdk / chat-sdk-android

Chat SDK Android - Open Source Mobile Messenger

Home Page:https://chatsdk.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

config.publicRoomCreationEnabled(true) method doesnt exist

BismeetSingh opened this issue · comments

Running on Android 10.

I am trying to configure public chat rooms.
I found the method config.publicRoomCreationEnabled discussed in many places but it is not found.
The error message is:
Unresolved reference: publicRoomCreationEnabled.
I searched in the Config class file in the source code of the sdk and the method doesn't exist.

Never mind, I figured it out its in the Ui module