-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f846c9
commit 52a7a1b
Showing
10 changed files
with
84 additions
and
597 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ export class ListenerLayer extends ProfileLayer { | |
|
||
this.page.on('close', () => { | ||
this.cancelAutoClose(); | ||
this.spin('Page Closed', 'fail'); | ||
console.error('Page Closed'); | ||
}); | ||
} | ||
|
||
|
@@ -441,9 +441,9 @@ export class ListenerLayer extends ProfileLayer { | |
|
||
/** | ||
* @event Listens to participants changed | ||
* @param to group id: [email protected] | ||
* @param to callback | ||
* @returns Stream of ParticipantEvent | ||
* @param groupId | ||
* @param fn | ||
*/ | ||
public async onParticipantsChanged( | ||
groupId: string, | ||
|
Oops, something went wrong.