Closed pavelsc closed 5 years ago
Below the only way to create a group with members:
$api->ChatRooms()->createChatRoom($payload); $payload->setMembers($members); $api->ChatRooms()->updateChatRoom('group_' . $e->data->id, $payload);
You cannot open chat room in a client if a room is created with members. I think if this is not a bug at least this needs clarification in API docs
Hi pavelsc, I hope to be able to update this package in the coming weeks in according to the newer version of the REST API, I'll take this into consideration.
Thanks.
Below the only way to create a group with members:
You cannot open chat room in a client if a room is created with members. I think if this is not a bug at least this needs clarification in API docs