post https://api.accelevents.com/rest/virtual/event//networking-lounge/generate/networkingLoungeVideoUrl
This API is used to generate networking lounge video URLs before uploading a video.
The below table shows specifications about response data.
Attribute | Description |
---|---|
id | Returns a unique identifier for records. |
playBackId | Returns the playback id for streaming. |
assetId | Returns an asset ID for Mux players. |
defaultPlayback | If returns "true" default playback options are selected. If "false" they are not. |
fileName | Returns a file name for download. |
createdBy | Returns a user ID that is responsible to add a video to the lounge. |
signed | Returns a boolean value that shows if a 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 | Returns a timestamp for playback creation |
duration | Returns 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. | |
406 | 40600013 | Server can not create URL from the eventUrl value. |
404 | 4040200 | No event could be found. |