faint-insurance-26243
05/08/2025, 8:40 AMtall-airline-16756
05/08/2025, 8:40 AMtall-airline-16756
05/08/2025, 8:40 AMname
property of the Room object. Here are examples for different platforms:
• Android (Kotlin): `val roomName = room.name`The name
property is annotated with @FlowObservable
and returns a nullable String.
• Swift: `let roomName = room.name`The name
property is also a nullable String in Swift. Sources: name | Documentation