Anatoly Strashkevich
Anatoly Strashkevich
Hello guys, we were using your library for a while now, recently we updated to newer version - agora-rtc-sdk (3.1.1), and strange issue begin to appear, as error in title...
this error is thrown randomly when user tries to rejoin, some time it leads to user unable to join channel, pleas let me know how this issue could be prevented....
Ocsionally this unchaught error is thrown which preventing user to rejoin room with error user id duplication, this occur when leav function invoked on client object, i think some internal...
this error ocassionally shown, some times it is preventing to join room (in case it is followed by cannot read property cid error user can succesfully join the room but...
Im promisifying client.join method like this: ``` client.join( token, channel, uid, uid => { resolve(uid); }, error => { reject(error); } ); ``` After error occured (with code NO_AUTHORIZED) no...