setAvatar method

RTCUser setAvatar(
  1. String avatar
)

Implementation

RTCUser setAvatar(String avatar){
  this.avatar = avatar;
  return this;
}