Remove dead & duplicated code (#11405)
* Remove dead code * Make dead code happier * DRY pickle additional data calculation * Iterate
This commit is contained in:
committed by
GitHub
parent
672ad98ec7
commit
27d79458da
@@ -157,7 +157,7 @@ export abstract class Call extends TypedEventEmitter<CallEvent, CallEventHandler
|
||||
this.emit(CallEvent.Participants, value, prevValue);
|
||||
}
|
||||
|
||||
public constructor(
|
||||
protected constructor(
|
||||
/**
|
||||
* The widget used to access this call.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user