This commit is contained in:
zhongchao
2023-02-13 15:06:14 +08:00
parent 2a6a914c4a
commit cc74b0c45e
6 changed files with 64 additions and 15 deletions

View File

@@ -61,6 +61,8 @@ public class ThirdSocketManager implements Callback, ErrorCallback {
.setSecretKey(cloudClientConfig.getSecretKey())
.setAuthPubKey(cloudClientConfig.getAuthPubKey())
.setDebug(cloudClientConfig.isShowDebugLog())
.setCustomTechBaseUrl(cloudClientConfig.getSocketTechUrl())
.setCustomBaseUrl(cloudClientConfig.getSocketBaseUrl())
.setLocation(mLocation);
SocketClient.getInstance().registerSocketCallback(this);
SocketClient.getInstance().registerErrorCallback(this);