File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ export default class CallCard extends React.Component {
4141 this . raiseHandFeature = this . call . feature ( Features . RaiseHand ) ;
4242 this . capabilitiesFeature = this . call . feature ( Features . Capabilities ) ;
4343 this . capabilities = this . capabilitiesFeature . capabilities ;
44- if ( Features . RealTimeText ) {
44+ this . isTeamsUser = props . isTeamsUser ;
45+ if ( Features . RealTimeText && ! this . isTeamsUser ) {
4546 this . realTimeTextFeature = this . call . feature ( Features . RealTimeText ) ;
4647 }
4748 this . dominantSpeakersFeature = this . call . feature ( Features . DominantSpeakers ) ;
@@ -67,7 +68,6 @@ export default class CallCard extends React.Component {
6768 mediaAccessMap . set ( mediaAccess . participant . rawId , mediaAccess ) ;
6869 } ) ;
6970 }
70- this . isTeamsUser = props . isTeamsUser ;
7171 this . dummyStreamTimeout = undefined ;
7272 this . state = {
7373 ovc : 4 ,
You can’t perform that action at this time.
0 commit comments