|
|
|
@ -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 |
|
|
|
|