interface IRoomKeyRequestRecipient {
    deviceId: string;
    userId: string;
}

Properties

Properties

deviceId: string
userId: string