Android SDK 100ms
lib
/
live.hms.video.sdk
/
RolePreviewListener
Role
Preview
Listener
interface
RolePreviewListener
:
IErrorListener
,
RequestPermissionInterface
Functions
Functions
on
Error
Link copied to clipboard
abstract
fun
onError
(
error
:
HMSException
)
Called when the SDK has encountered an error
on
Permissions
Requested
Link copied to clipboard
open
fun
onPermissionsRequested
(
permissions
:
List
<
String
>
)
on
Tracks
Link copied to clipboard
abstract
fun
onTracks
(
localTracks
:
Array
<
HMSTrack
>
)