Remote video menu post-PR improvements

This commit is contained in:
Bettenbuk Zoltan
2019-01-05 17:49:21 +01:00
committed by Saúl Ibarra Corretgé
parent 82f6931ee8
commit 5c0ae10ccb
23 changed files with 531 additions and 544 deletions

View File

@@ -72,7 +72,7 @@ class RemoteVideoMenu extends Component<Props> {
const buttonProps = {
afterClick: this._onCancel,
showLabel: true,
participant: this.props.participant,
participantID: this.props.participant.id,
styles: bottomSheetItemStylesCombined
};