amazon-chime-sdk-js
amazon-chime-sdk-js copied to clipboard
chore: replace deprecated String.prototype.substr()
String.prototype.substr() is deprecated so we replace it with String.prototype.slice() which works similarily but isn't deprecated. .substr() probably isn't going away anytime soon but the change is trivial so it doesn't hurt to do it.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.