Difference between revisions of "Megacool.share"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 9: Line 9:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
  Megacool.share(fallback)
 
  Megacool.share(fallback)
</source>
+
</syntaxhighlight>
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===
 
'''fallback''': (string, optional) <translate>An image url in case recording failed.</translate> <br/>
 
'''fallback''': (string, optional) <translate>An image url in case recording failed.</translate> <br/>

Latest revision as of 15:30, 13 July 2023


Available since: Gideros 2018.10
Class: Megacool

Description


Shares the screen recording. Make sure you leave enough time for compression after recording was stopped (it may depend on the actual screen pixels and how fast they compress).

 Megacool.share(fallback)

Parameters

fallback: (string, optional) An image url in case recording failed.