We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b9d82 commit 3a901d6Copy full SHA for 3a901d6
packages/core-services/src/types/IRoomService.ts
@@ -33,8 +33,6 @@ export interface IRoomService {
33
skipSystemMessage?: boolean;
34
skipAlertSound?: boolean;
35
createAsHidden?: boolean;
36
- status?: SubscriptionStatus;
37
- inviterUsername?: string;
38
},
39
): Promise<boolean | undefined>;
40
removeUserFromRoom(roomId: string, user: IUser, options?: { byUser: Pick<IUser, '_id' | 'username'> }): Promise<void>;
0 commit comments