The list of Live created in WimLive.
property | type | description | Default Value | Available Values |
---|---|---|---|---|
autoRefresh | boolean | true to automatically refresh the list |
false | |
destination-url | string | The url reference for the live: whenever a live from this list is clicked, the browser will be redirected to destination-url<live-channel-id> |
#/ |
|
items-per-page | number | Number of videos shown in each page by the pagination service | 3 | 1 to 100 |
lives-by-channel-id | boolean | true if you want only the lives of a single channel |
false | |
only-on-air | boolean | true if you want only the lives on air |
false | |
selected-channel | object | Channel you want to show lives | ||
show-pagination | boolean | true to enable pagination |
false | |
type | string | horizontal to use the horizontal layout, vertical to use the vertical one |
vertical |
vertical horizontal |
user-code | string | Filters the lives by a single user |
GetWim doesn't adds anything at the
destination-url
.
So if you're trying to redirect the browser to a webpage and you have to use custom parameters, be sure to add them in thedestination-url
<live-list items-per-page="2"
show-pagination="true"
destination-url="?">
</live-list>
This list can be used with the channel list:
The list of live channel created.
property | type | description | ||
---|---|---|---|---|
items-per-page | number | Number of videos shown in each page by the pagination service | 5 | 1 to 100 |
selected-channel | object | Channel you want to show lives | ||
user-code | string | Filters the lives by a single user |
<live-channel-list items-per-page="3"
selected-channel="vm.selectedChannel"
user-code="meetntv">
</live-channel-list>