owner property Null safety

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 {@ link EMChatRoomManager#fetchChatRoomInfoFromServer(String)} before calling this method.

Implementation

final String? owner;