Tushar created OPENMEETINGS-1840:
------------------------------------

             Summary: Add Group in Room
                 Key: OPENMEETINGS-1840
                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1840
             Project: Openmeetings
          Issue Type: Bug
          Components: HTML5/Room
    Affects Versions: 4.0.2
            Reporter: Tushar
            Assignee: Maxim Solodovnik
             Fix For: 4.0.2


Heading: Add Group in API
as given group API -
@Path(value="/{id}/rooms/add/{roomId}")
public ServiceResult addRoom(@QueryParam(value="sid")
                                                                            
String sid,
                                                                            
@PathParam(value="id")
                                                                            
Long id,
                                                                            
@PathParam(value="roomid")
                                                                            
Long roomid)

I execute this -
url://group/4/rooms/add/55?sid=78d44e7a-e47e-4b90-b4fb-112b415c7cb6
For Every GroupID or RoomID it will give message Not Added.
What is the requirement to execute this API or how to add room in group through 
API calls.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to