POST Start/stop screen sharing on space objects
Start/stop screen sharing on space objects
Are you an LLM? You can read better optimized documentation at /docs/api/endpoints/viewers/post-viewers-viewerToken-screen-sharing.md for this page in Markdown format
POST
Try it out https://api.rooom.com/viewers/{viewerToken}/screen-sharingParameters
Path Parameters
| Name | Type | Description |
|---|---|---|
viewerTokenrequiredExample: _viewerToken_ | string | Viewer token. |
Body
multipart/form-data| Name | Type | Description | Values |
|---|---|---|---|
action | string | Action | startstop |
channel | string | Channel name (required for stop) | |
object_id | string | Room object Id (required for * start) | |
plane_id | string | Object plane Id (optional) |
Responses
200Success
POST /viewers/{viewerToken}/screen-sharing Start/stop screen sharing on space objects viewerToken Viewer token. action Action channel Channel name (required for stop) object_id Room object Id (required for * start) plane_id Object plane Id (optional)