from field: bool is_allow = 1;
If true, the system will immediately prepare the room for SIP dial-in by creating a dispatch rule and assigning a PIN upon creation. If false, this must be done later via a separate API call.
from field: bool enable_dial_in_on_create = 2;
from field: bool hide_phone_number = 3;
all internal usage fields
from field: bool is_active = 4;
from field: repeated string phone_numbers = 5;
Optional
from field: optional string pin = 6;
from field: optional string dispatch_rule_id = 7;
from message plugnmeet.SipDialInFeatures
Generated
from field: bool is_allow = 1;