openvidu-java-client : Remove redundant getSessionId() call in createConnection() method

pull/820/head
최종명 2023-10-16 16:52:07 +09:00
parent a14f8d997d
commit 39f9ba085e
1 changed files with 0 additions and 4 deletions

View File

@ -182,10 +182,6 @@ public class Session {
*/
public Connection createConnection(ConnectionProperties connectionProperties)
throws OpenViduJavaClientException, OpenViduHttpException {
if (!this.hasSessionId()) {
this.getSessionId();
}
final HttpClientResponseHandler<Connection> responseHandler = new HttpClientResponseHandler<Connection>() {
@Override
public Connection handleResponse(final ClassicHttpResponse response) throws IOException, HttpException {