|
@@ -1096,8 +1096,7 @@ public class CallingHostFragment extends BaseFragment implements DoctorHostAdapt
|
|
type = loopingUdpentity.getDeviceMAC();
|
|
type = loopingUdpentity.getDeviceMAC();
|
|
}
|
|
}
|
|
if (Constants.WSHROOM_CALL.equals(type)) {
|
|
if (Constants.WSHROOM_CALL.equals(type)) {
|
|
- //不支持紧急呼叫通话
|
|
|
|
- ToastUtil.showToast("不支持紧急呼叫通话");
|
|
|
|
|
|
+ ToastUtil.showToast("不支持卫生间通话");
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|