chore: 更新默认信令服务器地址为 wss://www.ttstd.com/signal
This commit is contained in:
@@ -82,7 +82,7 @@ public class MainActivity extends BaseMvvmActivity<MainViewModel, ActivityMainBi
|
||||
@Override
|
||||
protected void initView() {
|
||||
// 默认服务器地址
|
||||
binding.etServerUrl.setText("ws://175.178.213.60:8088/ws/signal");
|
||||
binding.etServerUrl.setText("wss://www.ttstd.com/signal");
|
||||
// 生成设备ID
|
||||
// if (binding.etDeviceId.getText().toString().isEmpty()) {
|
||||
// binding.etDeviceId.setText(DeviceUtils.getSystemSerialNumber());
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:hint="ws://175.178.213.60:8088/ws/signal"
|
||||
android:hint="wss://www.ttstd.com/signal"
|
||||
android:inputType="textUri" />
|
||||
|
||||
<TextView
|
||||
|
||||
Reference in New Issue
Block a user