mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-07-23 20:42:16 +00:00
add support for ms teams
This commit is contained in:
@@ -29,6 +29,10 @@ ServiceProvider.fields = [
|
||||
{
|
||||
name: 'registration_hook',
|
||||
type: 'string',
|
||||
},
|
||||
{
|
||||
name: 'ms_teams_fqdn',
|
||||
type: 'string',
|
||||
}
|
||||
|
||||
];
|
||||
|
||||
@@ -20,7 +20,8 @@ MsTeamsTenant.fields = [
|
||||
},
|
||||
{
|
||||
name: 'account_sid',
|
||||
type: 'string'
|
||||
type: 'string',
|
||||
required: true
|
||||
},
|
||||
{
|
||||
name: 'application_sid',
|
||||
|
||||
@@ -697,6 +697,10 @@ paths:
|
||||
hook_basic_auth_password:
|
||||
type: string
|
||||
description: password to use for http basic auth when calling hook
|
||||
ms_teams_fqdn:
|
||||
type: string
|
||||
description: SBC domain name for Microsoft Teams
|
||||
example: contoso.com
|
||||
required:
|
||||
- name
|
||||
responses:
|
||||
|
||||
Reference in New Issue
Block a user