You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to expose our RTS viewer as a high level component that can be embedded into 3rd party applications and can be configured by the end user based on their needs. The following props need to be supplied to it.
Name
Type
Attribute
Default
Description
accountId
String
Mandatory
Millicast existing Account ID where you want to get the stream.
streamName
String
Mandatory
Millicast existing Stream Name where you want to get the stream.
muted
Boolean
Optional
false
The streaming will start muted.
autoplay
Boolean
Optional
true
The streaming will autoplay when connected.
multisource
Boolean
Optional
false
The streaming will start using multiview.
showLabels
Boolean
Optional
true
Show stream label in multiview mode.
The text was updated successfully, but these errors were encountered:
We need to expose our RTS viewer as a high level component that can be embedded into 3rd party applications and can be configured by the end user based on their needs. The following props need to be supplied to it.
accountId
String
streamName
String
muted
Boolean
false
autoplay
Boolean
true
multisource
Boolean
false
showLabels
Boolean
true
The text was updated successfully, but these errors were encountered: