shared
1.19.16
common
shared
/
io.dyte.core.models
/
DyteSelectedPeers
Dyte
Selected
Peers
class
DyteSelectedPeers
Members
Constructors
Dyte
Selected
Peers
Link copied to clipboard
constructor
(
)
Properties
active
Speaker
Peers
Link copied to clipboard
val
activeSpeakerPeers
:
List
<
String
>
compulsory
Peers
Link copied to clipboard
val
compulsoryPeers
:
List
<
String
>
peer
Priorities
Link copied to clipboard
val
peerPriorities
:
List
<
Int
>
peers
Link copied to clipboard
val
peers
:
List
<
String
>
Functions
_active
Speaker
Peers
Link copied to clipboard
fun
_activeSpeakerPeers
(
)
:
List
<
String
>
_compulsory
Peers
Link copied to clipboard
fun
_compulsoryPeers
(
)
:
List
<
String
>
_peer
Priorities
Link copied to clipboard
fun
_peerPriorities
(
)
:
List
<
Int
>
_peers
Link copied to clipboard
fun
_peers
(
)
:
List
<
String
>
add
Link copied to clipboard
fun
add
(
peerId
:
String
,
priority
:
Int
)
:
Int
delete
Link copied to clipboard
fun
delete
(
peerId
:
String
)
index
Link copied to clipboard
fun
index
(
peerId
:
String
)
:
Int