Type Alias RemoveParticipantReq
RemoveParticipantReq: Message<"plugnmeet.RemoveParticipantReq"> & {
sid: string;
roomId: string;
userId: string;
msg: string;
blockUser: boolean;
}
Type Declaration
sid: string
roomId: string
userId: string
msg: string
blockUser: boolean
Generated
from field: string sid = 1;