Comment typo
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
12474bb434
commit
68c5482c05
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ export default class CallHandler {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @returns true if we are currently in anu call where we haven't put the remote party on hold
|
* @returns true if we are currently in any call where we haven't put the remote party on hold
|
||||||
*/
|
*/
|
||||||
hasAnyUnheldCall() {
|
hasAnyUnheldCall() {
|
||||||
for (const call of this.calls.values()) {
|
for (const call of this.calls.values()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue