Merge pull request #726 from Flamenco/patch-2

Add space after period.
pull/743/head
Pablo Fuente Pérez 2022-07-07 07:19:56 -05:00 committed by GitHub
commit a04f43e98d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ export class Session extends EventDispatcher {
if (!stream.connection) {
return reject(new Error('The associated Connection object of this Publisher is null'));
} else if (stream.connection !== this.connection) {
return reject(new Error('The associated Connection object of this Publisher is not your local Connection.' +
return reject(new Error('The associated Connection object of this Publisher is not your local Connection. ' +
"Only moderators can force unpublish on remote Streams via 'forceUnpublish' method"));
} else {