[
https://issues.apache.org/jira/browse/OPENMEETINGS-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tushar Shinde reopened OPENMEETINGS-1840:
-----------------------------------------
As per your given updated java files are in Openmeetings version 4.0.3 but i
have 4.0.2.
And on given openmeeting site latest release version is 4.0.2.
So how i can get openmeetings 4.0.3 When it will be release? or how i can
update my java files in openmeetings 4.0.2 version.
> Add Group in Room
> -----------------
>
> Key: OPENMEETINGS-1840
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1840
> Project: Openmeetings
> Issue Type: Bug
> Components: SOAP/REST API
> Affects Versions: 4.0.2
> Reporter: Tushar Shinde
> Assignee: Maxim Solodovnik
> Priority: Major
> Fix For: 4.0.3
>
>
> 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)