@zoom/react-native-videosdk
Preparing search index...
native/ZoomVideoSdkLiveStreamHelper
ZoomVideoSdkLiveStreamHelper
Class ZoomVideoSdkLiveStreamHelper
Implements
ZoomVideoSdkLiveStreamHelperType
Index
Constructors
constructor
Methods
can
Start
Live
Stream
start
Live
Stream
stop
Live
Stream
Constructors
constructor
new
ZoomVideoSdkLiveStreamHelper
()
:
ZoomVideoSdkLiveStreamHelper
Returns
ZoomVideoSdkLiveStreamHelper
Methods
can
Start
Live
Stream
canStartLiveStream
()
:
Promise
<
any
>
Check to see if you can start live streaming.
Returns
Promise
<
any
>
start
Live
Stream
startLiveStream
(
streamUrl
:
string
,
streamKey
:
string
,
broadcastUrl
:
string
,
)
:
Promise
<
any
>
Start live streaming.
Parameters
streamUrl
:
string
streamKey
:
string
broadcastUrl
:
string
Returns
Promise
<
any
>
stop
Live
Stream
stopLiveStream
()
:
Promise
<
any
>
Set to stop live streaming.
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
can
Start
Live
Stream
start
Live
Stream
stop
Live
Stream
@zoom/react-native-videosdk
Loading...
Check to see if you can start live streaming.