feature(ui) - text change and hide events for live
This commit is contained in:
parent
369933683e
commit
b6654f985d
3 changed files with 3 additions and 3 deletions
|
|
@ -80,7 +80,7 @@ function AssistActions({ toggleChatWindow, userId, calling, peerConnectionStatus
|
|||
size="20"
|
||||
color={ inCall ? "red" : "gray-darkest" }
|
||||
/>
|
||||
<span className={cn("ml-2", { 'text-red' : inCall })}>{ inCall ? 'End Meeting' : 'Start Meeting' }</span>
|
||||
<span className={cn("ml-2", { 'text-red' : inCall })}>{ inCall ? 'End Call' : 'Call' }</span>
|
||||
</div>
|
||||
}
|
||||
content={ `Call ${userId}` }
|
||||
|
|
|
|||
|
|
@ -367,7 +367,7 @@ export default class Controls extends React.Component {
|
|||
hasErrors={ exceptionsCount > 0 }
|
||||
/>
|
||||
}
|
||||
{ showStack &&
|
||||
{ !live && showStack &&
|
||||
<ControlButton
|
||||
disabled={ disabled }
|
||||
onClick={ () => toggleBottomBlock(STACKEVENTS) }
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ const oss = {
|
|||
ORIGIN: () => 'window.location.origin',
|
||||
API_EDP: () => 'window.location.origin + "/api"',
|
||||
ASSETS_HOST: () => 'window.location.origin + "/assets"',
|
||||
VERSION: '1.0.0',
|
||||
VERSION: '1.2.0',
|
||||
SOURCEMAP: true,
|
||||
MINIO_ENDPOINT: process.env.MINIO_ENDPOINT,
|
||||
MINIO_PORT: process.env.MINIO_PORT,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue