Returns the qualifier of a fully qualified room id. For example, when passed "examples.chat", returns "examples".
Returns the simple id of a fully qualified room id. For example, when passed "examples.chat", returns "chat".
Returns an array containing the qualifier and simple id of a string fully qualified room id. For example, when passed "examples.chat", returns the array ["examples", "chat"].
Provides convenience methods for retreiving the qualifier and simple id of a string fully qualified room id.