You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
@@ -402,7 +402,7 @@ export default class CallHandler {
|
|||||||
{_t("Call failed because no webcam or microphone could not be accessed. Check that:")}
|
{_t("Call failed because no webcam or microphone could not be accessed. Check that:")}
|
||||||
<ul>
|
<ul>
|
||||||
<li>{_t("A microphone and webcam are plugged in and set up correctly")}</li>
|
<li>{_t("A microphone and webcam are plugged in and set up correctly")}</li>
|
||||||
<li>{_t("Permission is granted to usethe webcam")}</li>
|
<li>{_t("Permission is granted to use the webcam")}</li>
|
||||||
<li>{_t("No other application is using the webcam")}</li>
|
<li>{_t("No other application is using the webcam")}</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>;
|
</div>;
|
||||||
|
|||||||
Reference in New Issue
Block a user