|
@@ -184,6 +184,9 @@ class TestConnectionInfo extends Component<Props, State> {
|
184
|
184
|
<TestHint
|
185
|
185
|
id = 'org.jitsi.meet.conference.joinedState'
|
186
|
186
|
value = { this.props._conferenceJoinedState } />
|
|
187
|
+ <TestHint
|
|
188
|
+ id = 'org.jitsi.meet.conference.grantModeratorAvailable'
|
|
189
|
+ value = { true } />
|
187
|
190
|
<TestHint
|
188
|
191
|
id = 'org.jitsi.meet.conference.localParticipantRole'
|
189
|
192
|
value = { this.props._localUserRole } />
|
|
@@ -201,12 +204,7 @@ class TestConnectionInfo extends Component<Props, State> {
|
201
|
204
|
*
|
202
|
205
|
* @param {Object} state - The Redux state.
|
203
|
206
|
* @private
|
204
|
|
- * @returns {{
|
205
|
|
- * _conferenceConnectionState: string,
|
206
|
|
- * _conferenceJoinedState: string,
|
207
|
|
- * _localUserId: string,
|
208
|
|
- * _testMode: boolean
|
209
|
|
- * }}
|
|
207
|
+ * @returns {Props}
|
210
|
208
|
*/
|
211
|
209
|
function _mapStateToProps(state) {
|
212
|
210
|
const conferenceJoined
|