Class VoipResponse
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.voip.VoipResponse
-
public class VoipResponse extends Object
The TURN server credentials.
-
-
Constructor Summary
Constructors Constructor Description VoipResponse()
-
Method Summary
Modifier and Type Method Description char[]
getPassword()
Long
getTtl()
List<String>
getUris()
String
getUsername()
void
setPassword(char[] password)
void
setTtl(Long ttl)
void
setUris(List<String> uris)
void
setUsername(String username)
-