setJWT method

RTCUser setJWT(
  1. String jwt
)

Implementation

RTCUser setJWT(String jwt){
  this.jwt = jwt;
  return this;
}