I'm migrating from Pusher Chatkit where it was possible to add a user to a room (channel) during the channel creation. In Twilio Programmable Chat docs it is presumed that users will be invited to join but in our case, the channel should be created with the users already joined.
If this is not possible, I presume I could create a channel and then somehow join the other user programmatically to it. If that is the case, I don't see a client SDK that will allow this operation. Also looking at Server REST resources but not seeing it.
Am I missing something or this is just not possible with the current design of the product?
Thanks!