Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeRDark
session.createStream({constraints:{audio:true,video:false}}).play();

3. It's impossible to make a SIP call if 'SIP Login' and 'SIP Authentification name' fields are incorrect

...

Solution: according to the standard, 'SIP Login' and 'SIP Authentification Authentication name' should not contain any of unescaped spaces and special symbols and should not be enclosed in angle brackets '<>'.

...