owner property

String? owner
final

Gets the chat room owner ID. If this method returns an empty string, the SDK fails to get chat room details.

Note To get the correct value, ensure that you call ChatRoomManager.fetchChatRoomInfoFromServer before calling this method.

Implementation

final String? owner;