mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-27 00:03:18 +01:00
Add support for Twilio voice verification.
This commit is contained in:
@@ -33,6 +33,10 @@ public class TwilioConfiguration {
|
||||
@JsonProperty
|
||||
private String number;
|
||||
|
||||
@NotEmpty
|
||||
@JsonProperty
|
||||
private String localDomain;
|
||||
|
||||
public String getAccountId() {
|
||||
return accountId;
|
||||
}
|
||||
@@ -44,4 +48,8 @@ public class TwilioConfiguration {
|
||||
public String getNumber() {
|
||||
return number;
|
||||
}
|
||||
|
||||
public String getLocalDomain() {
|
||||
return localDomain;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user