Android SDK 100ms
lib
/
live.hms.video.sdk.listeners
/
PeerListResultListener
Peer
List
Result
Listener
interface
PeerListResultListener
:
IErrorListener
Functions
Functions
on
Error
Link copied to clipboard
abstract
fun
onError
(
error
:
HMSException
)
Called when the SDK has encountered an error
on
Success
Link copied to clipboard
abstract
fun
onSuccess
(
result
:
ArrayList
<
HMSPeer
>
)