UNPKG

ringcentral-call-control

Version:

[![Coverage Status](https://coveralls.io/repos/github/ringcentral/ringcentral-call-control-js/badge.svg?branch=master)](https://coveralls.io/github/ringcentral/ringcentral-call-control-js?branch=master) [![NPM Version](https://img.shields.io/npm/v/ringcen

7 lines (6 loc) 234 B
import { Session, SessionData } from './Session'; declare function ringOutInboundLegCheck(newData: SessionData, allSessions: Session[]): { isRingOutInboundLeg: boolean; legSessionId: any; }; export { ringOutInboundLegCheck };