updateUserDetails

open fun updateUserDetails(    @Nullable alias: String,     @Nullable lastName: String,     @Nullable firstName: String)

Call this method to change user details(new Alias, new First Name, new Last name). This method need to be called each time app receive update on the current account info. This method will resolve the issue of user details inconsistency when user details are changed during an ongoing PTT session.

Parameters

alias

String the new alias if exist

lastName

String the new Last name

firstName

String the new First name