HoshimiPlayerOptions
The Hoshimi player options.
Signature
export interface HoshimiPlayerOptionsProperties
2Methods
1Properties
onDisconnect?: DisconnectPlayerActions;The options for handling disconnects.
@type{DisconnectPlayerActions | undefined}
onError?: ErrorPlayerActions;The options for handling track errors.
@type{ErrorPlayerActions | undefined}
Methods
requesterFn?<T>(requester: TrackRequester): T;The function to use to get the requester data.
Parameters
requester- The requester of the track.