Skip to content

2.12.6

Compare
Choose a tag to compare
released this 11 Oct 12:44
· 97 commits to gh-pages since this release

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
}