How do I specify the room type in iOS? This is how I connect to a room, link.
Just wondering if room type can only be specified if room is first created using REST API.
How do I specify the room type in iOS? This is how I connect to a room, link.
Just wondering if room type can only be specified if room is first created using REST API.
Twilio developer evangelist here.
You can only create a room and set its type by the REST API. The resources for group rooms are set up on the server side, which is why you need to create the room via the API.