from field: bool status = 1;
from field: string msg = 2;
from field: repeated string nats_ws_urls = 3;
Optional
from field: optional string server_version = 4;
from field: optional string room_id = 5;
from field: optional string user_id = 6;
from field: optional plugnmeet.NatsSubjects nats_subjects = 7;
from field: optional bool enabled_self_insert_encryption_key = 8;
from field: optional bool is_cloud = 9;
from message plugnmeet.VerifyTokenRes
Generated
from field: bool status = 1;