rename open and close function

This commit is contained in:
KDSBrowne 2017-03-14 10:17:59 -07:00
parent 75f3f8cc2e
commit e385e28445

View File

@ -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 />*/}