You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I think we should add more Rest API functions.
Currently we can only get public rooms, join public room, leave public room, get public room's messages and send a message to public room.
There are some functionalities that can make our life easier, for example:
Create private / public room (with option to add members already in the creation)
Join non-public rooms
Add option to modify room (public / private) - Edit name / descriptions / participants etc..
This functions are very important for our integrations, otherwise we won't be able to integrate to applications.
The text was updated successfully, but these errors were encountered:
@Ron537 For example, the Rest API could act as a wrapper for meteor methods, so I would be able to call (for example) getRoomIdByNameOrId, or addUserToRoom from the rest API, without having to re-implement those features / methods in the api itself.
I'm not too familiar with the code, but I think if we possibly added say the bulk add to room rest api methods to a method that can be called with meteor, and then just have the wrapper it would reduce the amount of duplicated code.
#3525 The PR extends the rest api with the functionailties, list all users, Delete a User and create a private group with optionally adding users to the private group
Hello,
I think we should add more Rest API functions.
Currently we can only get public rooms, join public room, leave public room, get public room's messages and send a message to public room.
There are some functionalities that can make our life easier, for example:
This functions are very important for our integrations, otherwise we won't be able to integrate to applications.
The text was updated successfully, but these errors were encountered: