Changelog
splayerapi-v5
v.253
- New Enum:
splayer_auth_status_t
added tosplayer_auth_api-1.h
to provide the last known authentication status of the player. - Deprecation:
is_paired
function has been deprecated. It is replaced with a new apiget_auth_status()
which provides the last known authentication status.
v.218
- New Struct:
splayer_soundzone_t
insplayer_auth_api-1.h
has been added, containing information regarding a sound zone name and ID. - New API:
get_soundzone
&free_soundzone
added insplayer_auth_api-1.h
to return the soundzone information of the player and free the result. - New API:
unpair
insplayer_auth_api-1.h
added to unpair player from currently paired sounzone.
v.213
- New Function:
splayer_pair_with_code_sync
added tosplayer_auth_api-1.h
. This is a convenience function that combinesinitiate_pair_with_code
andget_pairing_result
until a result is available. - Breaking change: Hard pairing has been removed from the API. From this version onwards, only soft pairing is supported. For details, please refer to
splayer_auth_api-1.h
and our pairing page. - Example Added: An interactive web pairing example has been added to
example_auth.c
.
v.163
- SDK Version Update: Version update from
splayerapi
v4 to v5. The old version v4 will no longer receive major updates.