feat(native-participants-pane) updated slider volume private prop
This commit is contained in:
parent
b268e01a42
commit
fefe451180
|
@ -148,7 +148,8 @@ function mapStateToProps(state, ownProps): Object {
|
|||
|
||||
return {
|
||||
_startSilent: Boolean(startSilent),
|
||||
_volume: localParticipant ? undefined : participantsVolume[participantID]
|
||||
_volume: localParticipant ? undefined : participantID
|
||||
? participantsVolume[participantID] : undefined
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue