update User Details
open fun updateUserDetails( @Nullable alias: String, @Nullable lastName: String, @Nullable firstName: String)
Content copied to clipboard
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
last Name
String the new Last name
first Name
String the new First name