Show Matrix RTC calls as unsupported. (#7862)

This commit is contained in:
Doug
2024-11-11 09:22:45 +00:00
committed by GitHub
parent 2681f72a75
commit 411478a4f7
14 changed files with 85 additions and 11 deletions

View File

@@ -1187,6 +1187,10 @@ public class VectorL10n: NSObject {
public static var callTransferUsers: String {
return VectorL10n.tr("Vector", "call_transfer_users")
}
/// Unsupported call. The new Element X app is needed to join this call.
public static var callUnsupportedMatrixRtcCall: String {
return VectorL10n.tr("Vector", "call_unsupported_matrix_rtc_call")
}
/// Video call with %@
public static func callVideoWithUser(_ p1: String) -> String {
return VectorL10n.tr("Vector", "call_video_with_user", p1)