Package live.hms.video.sdk.models
Class PeerListIteratorOptions
-
- All Implemented Interfaces:
public final class PeerListIteratorOptions
-
-
Field Summary
Fields Modifier and Type Field Description private final StringbyGroupNameprivate final StringbyRoleNameprivate final ArrayList<String>byPeerIdsprivate final Integerlimit
-
Method Summary
Modifier and Type Method Description final StringgetByGroupName()final StringgetByRoleName()final ArrayList<String>getByPeerIds()final IntegergetLimit()-
-
Method Detail
-
getByGroupName
final String getByGroupName()
-
getByRoleName
final String getByRoleName()
-
getByPeerIds
final ArrayList<String> getByPeerIds()
-
-
-
-