Add invite callback-resolution test endpoint and snippet guidance

This commit is contained in:
Dotta
2026-03-05 13:05:04 -06:00
parent 38b855e495
commit 988f1244e5
4 changed files with 173 additions and 1 deletions

View File

@@ -45,6 +45,11 @@ type InviteOnboardingManifest = {
connectivity?: {
guidance?: string;
connectionCandidates?: string[];
testResolutionEndpoint?: {
method?: string;
path?: string;
url?: string;
};
};
textInstructions?: {
url?: string;