{t("error.connection_failed_description")}
+ {showDetails ? ( ++ The application could not reach the call authentication service at{" "} + + {{ url: livekitServiceUrl } as unknown as ReactElement} + + . If you are the server admin, check the network logs and make sure{" "} + + lk-jwt-service + {" "} + is listening at that address. +
+{t("error.connection_rejected_description")}
+ {showDetails ? ( ++ The application connected to the call authentication service at{" "} + + {{ url: livekitServiceUrl } as unknown as ReactElement} + + , but it responded with status code{" "} + {{ status } as unknown as ReactElement} ( + {{ response } as unknown as ReactElement}). If you are the server + admin, make sure{" "} + + lk-jwt-service + {" "} + is listening at that address and check the logs for more + information. +
+