uid property

String uid
final

用户 ID

该字符串符合正则表达式:[a-zA-Z0-9_@\-\.]{1,128}

你需要自行设置或管理 uid,并保证同一房间内每个 uid 的唯一性。

Implementation

final String uid;