get https://api.accelevents.com/rest/virtual/event//networking-lounge//allNetworkingLoungeVideo
This API uses lounge id to get all live stream assets of networking lounge.
The below table shows specifications about response data.
Attribute | Description |
---|---|
id | It contains a unique identifier for records. |
playBackId | It contains the playback id for streaming. |
assetId | It contains an asset id for mux players. |
defaultPlayback | It contains a boolean value, used to check current playback is default selected. |
fileName | It contains a file name for download. |
createdBy | It contains a user id that is responsible to add a video to the lounge. |
signed | It contains a boolean value that shows token is signed or not. |
playBackRestrictionToken | It contains a playback restriction token, which allows you to set additional rules for playing videos. For instance, viewers can play videos embedded on the https://example.com website when you set the Playback Restrictions with example.com as an allowed domain. Any video requests from other websites are denied. |
thumbnailRestrictionToken | It contains a playback restriction token, which allows you to set additional rules for thumbnails. For instance, viewers can view thumbnails embedded on the https://example.com website when you set the Playback Restrictions with example.com as an allowed domain. Any thumbnails request from other websites is denied. |
createdAt | It contains a timestamp for playback creation |
duration | It contains a duration of playback assets. |
Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.
Response status code | Error code | Description |
---|---|---|
401 | 4010101 | You are not authorized to view the resource. |
404 | The resource you were trying to reach is not found. | |
404 | 4040200 | No event could be found. |
406 | 40600013 | Server can not create URL from the eventUrl value. |