from field: string user_id = 1;
from field: string user_sid = 2;
from field: string name = 3;
from field: string room_id = 4;
from field: bool is_admin = 5;
from field: bool is_presenter = 6;
from field: string metadata = 7;
from field: uint64 joined_at = 8 [jstype = JS_STRING];
from field: uint64 reconnected_at = 9 [jstype = JS_STRING];
from field: uint64 disconnected_at = 10 [jstype = JS_STRING];
session client type; Default: WEB
from field: plugnmeet.ClientType client_type = 11;
from message plugnmeet.NatsKvUserInfo
Generated
from field: string user_id = 1;