shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
IceServer
Ice
Server
data
class
IceServer
(
val
urls
:
List
<
String
>
,
val
username
:
String
?
=
null
,
val
credential
:
String
?
=
null
,
val
credentialType
:
CredentialType
=
CredentialType.PASSWORD
)
ICE server configuration
Members
Constructors
Ice
Server
Link copied to clipboard
constructor
(
urls
:
List
<
String
>
,
username
:
String
?
=
null
,
credential
:
String
?
=
null
,
credentialType
:
CredentialType
=
CredentialType.PASSWORD
)
Properties
credential
Link copied to clipboard
val
credential
:
String
?
=
null
credential
Type
Link copied to clipboard
val
credentialType
:
CredentialType
urls
Link copied to clipboard
val
urls
:
List
<
String
>
username
Link copied to clipboard
val
username
:
String
?
=
null