Changes for page MicrosoftStream

Last modified by Frank Fock on 2026/04/03 11:46

From version 2.1
edited by Frank Fock
on 2024/05/23 17:17
Change comment: Install extension [com.xwiki.pro:xwiki-pro-macros/1.17.3]
To version 4.1
edited by Frank Fock
on 2025/04/04 21:18
Change comment: Install extension [com.xwiki.pro:xwiki-pro-macros-ui/1.26.14]

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.Macros.WebHome
1 +WebHome
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -73,7 +73,7 @@
73 73  ## We need to check if there is a valid license because the macro is registered even if the user doesn't have view right
74 74  ## on the macro definition page. See XWIKI-14828: Rendering macros defined in wiki pages are available to users that
75 75  ## don't have view right on those pages.
76 -#if ($services.licensing.licensor.hasLicensureForEntity($xcontext.macro.doc.documentReference))
76 +#if ($services.promacrolicensing.hasLicensureForEntity($xcontext.macro.doc.documentReference))
77 77   #executeMacro
78 78  #else
79 79   {{missingLicenseMessage extensionName="proMacros.extension.name"/}}
Macro description
... ... @@ -1,1 +1,0 @@
1 -Embed a Microsoft Stream video in a page by simply passing the URL and any customization parameters.
XWiki.WikiMacroParameterClass[0]
Parameter description
... ... @@ -1,1 +1,0 @@
1 -The URL to the Microsoft Stream video.
XWiki.WikiMacroParameterClass[1]
Parameter description
... ... @@ -1,1 +1,0 @@
1 -The viewer width. Can be specified either in pixels (for example, 400px) or as a percentage of the available page width (for example, 50%).
XWiki.WikiMacroParameterClass[2]
Parameter description
... ... @@ -1,1 +1,0 @@
1 -The viewer height. Can be specified either in pixels (for example, 400px) or as a percentage of the available page height (for example, 50%).
XWiki.WikiMacroParameterClass[3]
Parameter description
... ... @@ -1,1 +1,0 @@
1 -Position of the video relatively to its container. Accepted values are left, center and right.
XWiki.WikiMacroParameterClass[4]
Parameter description
... ... @@ -1,1 +1,0 @@
1 -Start video at a specific time (use HH:MM:SS as time format).
XWiki.WikiMacroParameterClass[5]
Parameter description
... ... @@ -1,1 +1,0 @@
1 -Show the video info on thumbnail
XWiki.WikiMacroParameterClass[6]
Parameter description
... ... @@ -1,1 +1,0 @@
1 -Whether the video should start automatically or if the user must play it.
XWiki.WikiMacroParameterClass[7]
Parameter description
... ... @@ -1,1 +1,0 @@
1 -Wrap text around the video. This applies only to left and right alignment.