owner property

String? owner
final

~english 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 EMChatRoomManager.fetchChatRoomInfoFromServer before calling this method. ~end

~chinese 从内存中获取聊天室所有者 ID。

Note 如需最新数据,需从服务器获取:EMChatRoomManager.fetchChatRoomInfoFromServer。 ~end

Implementation

final String? owner;