I am using the CometChat 2.3.2 SDK. I am trying to get the call participant count for a direct call that I started using a chat group id. When I called CometChat.getCallParticipantCount() it returned 0 and I saw that the api call the SDK does returned a 404 error.
The api call it does looks like this:
https://xmpp.rtc-eu.cometchat.io/room-size?domain=rtc-eu.cometchat.io&room=842c2ff7-f200-42a7-84c7-89c5f698f22a-422a5b96-9db5-4079-87cc-882f4b0fc692
I did the call when I was alone in a direct call, but I would expect that it would return 1 and not 0 with a 404 error.