We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbbc82 commit 052cef9Copy full SHA for 052cef9
src/matrixrtc/LegacyMembershipManager.ts
@@ -105,15 +105,15 @@ export class LegacyMembershipManager implements IMembershipManager {
105
106
public off(
107
event: MembershipManagerEvent.StatusChanged,
108
- listener: (oldStatus: string, newStatus: string) => void,
+ listener: (oldStatus: Status, newStatus: Status) => void,
109
): this {
110
logger.error("off is not implemented on LegacyMembershipManager");
111
return this;
112
}
113
114
public on(
115
116
117
118
logger.error("on is not implemented on LegacyMembershipManager");
119
0 commit comments