rename open and close function
This commit is contained in:
parent
75f3f8cc2e
commit
e385e28445
@ -49,8 +49,8 @@ export default class ActionsBar extends Component {
|
||||
<div className={styles.center}>
|
||||
<MuteAudioContainer />
|
||||
<JoinAudioOptionsContainer
|
||||
open={this.openJoinAudio.bind(this)}
|
||||
close={this.props.handleExitAudio}
|
||||
handleJoinAudio={this.openJoinAudio.bind(this)}
|
||||
handleExitAudio={this.props.handleExitAudio}
|
||||
|
||||
/>
|
||||
{/*<JoinVideo />*/}
|
||||
|
Loading…
Reference in New Issue
Block a user