syncromatics / syncromatics-track-api

Library to interact with the Syncromatics Track API
https://www.npmjs.com/package/syncromatics-track-api
6 stars 1 forks source link

feat(voip): Add user filters for call state. #62

Closed cuevaskoch closed 5 years ago

cuevaskoch commented 5 years ago

Allows API consumers to retrieve notifications of updated call state restricted by a set of vehicles, users, or both. Restrictions are independent of one another, so specifying a users filter still returns all vehicles and vice versa.

Feature added to support VOIP scenarios where the same user is accessing VOIP features from different browser windows or computers.

Signed-off-by: Jeff Cuevas-Koch jcuevas-koch@gmvsync.com