I love your kind documentation and various examples on multiple environments.
Your vestige, however, seems not to have a quick start guide on platform-api.
As a starter of sendbird, I would like to understand how to use platform-api or like to get confirmed if what I understand is correct.
Could you kindly help me to understand yours?
Let’s assume, I send a meesage with my server with sendbird !
is the flow like below ?
[client A ] → [my server with sendbird platform-api] → sendbird chat server → [my server with sendbird platform-api] → [client B]
If my understanding is right,
to implement this flow, what sequences do I have to consider from create user id to send a message to client B, In my small knowledge, there might be several steps and APIs to make it work such as login, create session, listening a message from sendbird, sending a message etc.
Do you have some documents to follow this headfirst steps and to review reference architecture design ?
I hope to hear from you soon.