Haivision Media Platform

Get a List of Public Shares

Gets a list of public shares created for the specified session.

Authorizations: Sessions - ACCESS

Requests

GET /apis/sessions/:sessionId/publicshare

Response

Success

{
  "data":{"permission":"WATCH"}
}

Error

Code

Payload

 Description

404

{"code": "040025", "name":"SharePermissionNotFound",
"message":"Share permission not found",
"httpStatusCode":404}

The specified access permission was not found.