Android SDK 100ms
lib
/
live.hms.video.sdk.models
/
PeerListIteratorOptions
Peer
List
Iterator
Options
data
class
PeerListIteratorOptions
(
val
byGroupName
:
String
?
=
null
,
val
byRoleName
:
String
?
=
null
,
val
byPeerIds
:
ArrayList
<
String
>
?
=
null
,
val
limit
:
Int
=
10
)
Constructors
Properties
Constructors
Peer
List
Iterator
Options
Link copied to clipboard
fun
PeerListIteratorOptions
(
byGroupName
:
String
?
=
null
,
byRoleName
:
String
?
=
null
,
byPeerIds
:
ArrayList
<
String
>
?
=
null
,
limit
:
Int
=
10
)
Properties
by
Group
Name
Link copied to clipboard
val
byGroupName
:
String
?
=
null
by
Peer
Ids
Link copied to clipboard
val
byPeerIds
:
ArrayList
<
String
>
?
=
null
by
Role
Name
Link copied to clipboard
val
byRoleName
:
String
?
=
null
limit
Link copied to clipboard
val
limit
:
Int
=
10