openvidu-java-client : Remove redundant getSessionId()

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

View File

@ -119,10 +119,6 @@ public class Session {
*/
@Deprecated
public String generateToken(TokenOptions tokenOptions) throws OpenViduJavaClientException, OpenViduHttpException {
if (!this.hasSessionId()) {
this.getSessionId();
}
final HttpClientResponseHandler<String> responseHandler = new HttpClientResponseHandler<String>() {
@Override
public String handleResponse(final ClassicHttpResponse response) throws IOException, HttpException {