OpenVidu / openvidu

OpenVidu Platform main repository
https://openvidu.io
Apache License 2.0
1.86k stars 464 forks source link

openvidu-java-client : Remove redundant getSessionId() call #820

Open lastname-dev opened 10 months ago

lastname-dev commented 10 months ago

The if (!this.hasSessionId())' check followed by the 'this.getSessionId(); call is redundant and does not affect the behavior of the code. Removing this unnecessary call for improved code clarity.