2.12.6
Ability to disable auto-reject if user already in call added.
To disable auto-reject in config set autoReject property to false(Default is true).
Example:
webrtc: {
answerTimeInterval: 60,
autoReject: false,
incomingLimit: 1,
dialingTimeInterval: 5,
disconnectTimeInterval: 30
}