We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90de7a4 + 45f6637 commit 079ae9eCopy full SHA for 079ae9e
tcnapi/exile/gate/v2/public.proto
@@ -1163,6 +1163,10 @@ message DialRequest {
1163
// Ruleset name for the call. If provided this will override the ruleset in the huntgroup settings.
1164
google.protobuf.StringValue ruleset_name = 6;
1165
bool skip_compliance_checks = 7; // if true the call will ignore all call compliance rules.
1166
+ // if true the call will be recorded,
1167
+ // if false the call will not be recorded
1168
+ // if not provided default behavior for the org will be used.
1169
+ google.protobuf.BoolValue record_call = 8;
1170
}
1171
1172
/**
0 commit comments