bool StartCall(IEnumerable names, bool isConference = false, int ringSecs = -1)

Start an outgoing call to a multiple users, kiosks, and/or groups.

Parameters

Name Description
names The list of names and types of the endpoints that should be called.
isConference True if this is a conference call, or false if it should be a queue call.
ringSecs The number of seconds to ring before being treated as a missed call. -1 uses the default ring timeout.

Return

True if the call is successfully queued.