feat: add test hint for grant moderator availability

This commit is contained in:
Gabriel Imre 2020-07-15 17:01:16 +03:00 committed by Saúl Ibarra Corretgé
parent 0bec7c7ab7
commit 29366a0029
1 changed files with 4 additions and 6 deletions

View File

@ -184,6 +184,9 @@ class TestConnectionInfo extends Component<Props, State> {
<TestHint
id = 'org.jitsi.meet.conference.joinedState'
value = { this.props._conferenceJoinedState } />
<TestHint
id = 'org.jitsi.meet.conference.grantModeratorAvailable'
value = { true } />
<TestHint
id = 'org.jitsi.meet.conference.localParticipantRole'
value = { this.props._localUserRole } />
@ -201,12 +204,7 @@ class TestConnectionInfo extends Component<Props, State> {
*
* @param {Object} state - The Redux state.
* @private
* @returns {{
* _conferenceConnectionState: string,
* _conferenceJoinedState: string,
* _localUserId: string,
* _testMode: boolean
* }}
* @returns {Props}
*/
function _mapStateToProps(state) {
const conferenceJoined