@placetime/corptime-conference 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@placetime/corptime-conference",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "React Native SDK from Corptime-Conference",
5
5
  "main": "index.tsx",
6
6
  "license": "Apache-2.0",
@@ -476,7 +476,7 @@ export function _mapStateToProps(state: IReduxState) {
476
476
  _participantId: participantId,
477
477
  _participantName: localParticipant?.name,
478
478
  _passwordJoinFailed: passwordJoinFailed,
479
- _renderPassword: !iAmSipGateway && !disableLobbyPassword && !lobbyWaitingForHost,
479
+ _renderPassword: !iAmSipGateway && !lobbyWaitingForHost,
480
480
  showCopyUrlButton,
481
481
  roomName,
482
482
  };