I want to rejoin room and don’t want any history, but DiscussionHistory is deprecated. So I found class MucEnterConfiguration. But I am unable to create object of MucEnterConfiguration.
MucEnterConfiguration is a final class so it can’t be extends and
don’t have a public constructor.MucEnterConfiguration.Builder is also final class so it can’t be
extends and don’t have a public constructor.
How I can create object of it.
Thanks