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',
|
||||
|
||||
Reference in New Issue
Block a user