import 'package:fis_jsonrpc/rpc.dart'; ///受邀者拒绝进入房间 class InviteRejectNotificationHandler extends NotificationHandler { InviteRejectNotificationHandler() : super(NotificationTypeEnum.InviteeRejectApplyConsultationNotification); @override void execute(InviteeRejectApplyConsultationNotification message) { super.execute(message); } }