from field: string room_id = 1;
from field: string room_title = 2;
from field: int64 room_total_users = 3 [jstype = JS_STRING];
from field: int64 room_creation = 4 [jstype = JS_STRING];
from field: int64 room_ended = 5 [jstype = JS_STRING];
from field: int64 room_duration = 6 [jstype = JS_STRING];
from field: bool enabled_e2ee = 7;
from field: repeated plugnmeet.AnalyticsEventData events = 9;
from message plugnmeet.AnalyticsRoomInfo
Generated
from field: string room_id = 1;