OnRoomExtraInfoUpdateType typedef

OnRoomExtraInfoUpdateType = void Function(String key, String value, String lastUpdateUserId, int lastUpdateTimeMs)

key:房间附加信息的键值。

value:房间附加信息的内容。

lastUpdateUserId:最后更新本条信息的用户 ID。

lastUpdateTimeMs:最后更新本条信息的 Unix 时间,单位:毫秒。

Implementation

typedef OnRoomExtraInfoUpdateType = void Function(
    String key, String value, String lastUpdateUserId, int lastUpdateTimeMs);