RoomType public enum RoomType : String The enumeration of the types of a room. direct 1-to-1 room between two people Declaration Swift case direct = "direct" group Group room among multiple people Declaration Swift case group = "group" © 2018 Cisco Systems, Inc.. All rights reserved. (Last updated: 2018-09-29) Generated by jazzy ♪♫ v0.9.3, a Realm project.