toggle menu
stream-video-android
1.0.20
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.video.android.core.model
/
IceServer
Ice
Server
@
Stable
data
class
IceServer
(
val
urls
:
List
<
String
>
,
val
username
:
String
,
val
password
:
String
)
:
Serializable
Members
Constructors
Ice
Server
Link copied to clipboard
constructor
(
urls
:
List
<
String
>
,
username
:
String
,
password
:
String
)
Properties
password
Link copied to clipboard
val
password
:
String
urls
Link copied to clipboard
val
urls
:
List
<
String
>
username
Link copied to clipboard
val
username
:
String