Error 1503 when trying to join session named using cyrillic symbols

Description
Hello i’m getting error 1503 [Errors_JoinSession_Invalid_SessionName] when trying to join session named using cyrillic symbols.

Which Android Video SDK version?
Error found using sdk v 1.3.3

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Create session named “я” using web - no problems there
  2. Try to connect fom android app
  3. See error 1503 in logcat

Additional context
I’ve checked all parameters passed to sdk - sessionContext.sessionName is correct and equal to JWT’s tpc field. No problems found connecting to session named using latin/numbers/symbols/mix of them. Also if I change sessionContext.sessionName to something different from JWT’s tpc or don’t pass sessionName at all - as expected I’m getting errors 1507 and 1500 respectively

1 Like

@jon.zoom
I also have such a problem

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.