|
2 | 2 |
|
3 | 3 | The Stream Service is a component at the service layer of the BDK which aims to cover the Streams part of the [REST API documentation](https://developers.symphony.com/restapi/reference#messages-v4). |
4 | 4 | More precisely: |
5 | | -* [Get stream information](https://developers.symphony.com/restapi/reference#stream-info-v2) |
6 | | -* [Add a member to an existing room](https://developers.symphony.com/restapi/reference#add-member) |
7 | | -* [Remove a member from a room](https://developers.symphony.com/restapi/reference#remove-member) |
8 | | -* [Share third-party content](https://developers.symphony.com/restapi/reference#share-v3) |
9 | | -* [Promote user to room owner](https://developers.symphony.com/restapi/reference#promote-owner) |
10 | | -* [Demote owner to room participant](https://developers.symphony.com/restapi/reference#demote-owner) |
11 | | -* [Create IM or MIM](https://developers.symphony.com/restapi/reference#create-im-or-mim) |
12 | | -* [Create IM or MIM non-inclusive](https://developers.symphony.com/restapi/reference#create-im-or-mim-admin) |
13 | | -* [Create room](https://developers.symphony.com/restapi/reference#create-room-v3) |
14 | | -* [Search for rooms](https://developers.symphony.com/restapi/reference#search-rooms-v3) |
15 | | -* [Get room information](https://developers.symphony.com/restapi/reference#room-info-v3) |
16 | | -* [Deactivate or reactivate a room](https://developers.symphony.com/restapi/reference#de-or-re-activate-room) |
17 | | -* [Update a room](https://developers.symphony.com/restapi/reference#update-room-v3) |
18 | | -* [List streams](https://developers.symphony.com/restapi/reference#list-streams-for-enterprise-v2) |
19 | | -* [List user streams](https://developers.symphony.com/restapi/reference#list-user-streams) |
20 | | -* [List stream members](https://developers.symphony.com/restapi/reference#stream-members) |
21 | | -* [List room members](https://developers.symphony.com/restapi/reference#room-members) |
22 | | - |
| 5 | +* [Get stream information](https://rest-api.symphony.com/main/streams-conversations/all-streams-endpoints/stream-info-v2) |
| 6 | +* [Add a member to an existing room](https://rest-api.symphony.com/main/streams-conversations/room-endpoints/add-member) |
| 7 | +* [Remove a member from a room](https://rest-api.symphony.com/main/streams-conversations/room-endpoints/remove-member) |
| 8 | +* [Share third-party content](https://rest-api.symphony.com/main/streams-conversations/all-streams-endpoints/share-v3) |
| 9 | +* [Promote user to room owner](https://rest-api.symphony.com/main/streams-conversations/room-endpoints/promote-owner) |
| 10 | +* [Demote owner to room participant](https://rest-api.symphony.com/main/streams-conversations/room-endpoints/demote-owner) |
| 11 | +* [Create IM or MIM](https://rest-api.symphony.com/main/streams-conversations/im-mim-endpoints/create-im-or-mim) |
| 12 | +* [Create IM or MIM non-inclusive](https://rest-api.symphony.com/main/streams-conversations/im-mim-endpoints/create-im-or-mim-admin) |
| 13 | +* [Update IM or MIM](https://rest-api.symphony.com/main/streams-conversations/im-mim-endpoints/update-im) |
| 14 | +* [Get IM information](https://rest-api.symphony.com/main/streams-conversations/im-mim-endpoints/im-info) |
| 15 | +* [Create room](https://rest-api.symphony.com/main/streams-conversations/room-endpoints/create-room-v3) |
| 16 | +* [Search for rooms](https://rest-api.symphony.com/main/streams-conversations/room-endpoints/search-rooms-v3) |
| 17 | +* [Get room information](https://rest-api.symphony.com/main/streams-conversations/room-endpoints/room-info-v3) |
| 18 | +* [Deactivate or reactivate a room](https://rest-api.symphony.com/main/streams-conversations/room-endpoints/de-or-re-activate-room) |
| 19 | +* [Update a room](https://rest-api.symphony.com/main/streams-conversations/room-endpoints/update-room-v3) |
| 20 | +* [List streams](https://rest-api.symphony.com/main/streams-conversations/all-streams-endpoints/list-user-streams-admin) |
| 21 | +* [List user streams](https://rest-api.symphony.com/main/streams-conversations/all-streams-endpoints/list-user-streams) |
| 22 | +* [List stream members](https://rest-api.symphony.com/main/streams-conversations/all-streams-endpoints/stream-members) |
| 23 | +* [List room members](https://rest-api.symphony.com/main/streams-conversations/room-endpoints/room-members) |
23 | 24 |
|
24 | 25 | ## How to use |
25 | 26 | The central component for the Message Service is the `StreamService` class. |
|
0 commit comments