RoomSortType

public enum RoomSortType : String

The enumeration of sorting result

Since

1.4.0
  • sort result by id

    Declaration

    Swift

    case byId = "id"
  • last active room comes first

    Declaration

    Swift

    case byLastActivity = "lastactivity"
  • last created room comes first

    Declaration

    Swift

    case byCreated = "created"