this is my code, I try to integrate it on android, but how to open a chat room?
public void initChannel(){
Zendesk.initialize(
mReactContext,
"xxx",
zendesk -> Log.i("IntegrationApplication", "Initialization successful"),
error -> Log.e("IntegrationApplication", "Messaging failed to initialize", error),
new DefaultMessagingFactory());
Zendesk.getInstance().getMessaging().showMessaging(mReactContext);
}
and I got this error

It looks like you might be using React Native which we don't support. I'm going to leave this thread open in hopes someone from the community will be able to assist.
Thanks!