interface IRoomKey {
    algorithm: string;
    room_id: string;
}

Hierarchy (view full)

Properties

Properties

algorithm: string
room_id: string