Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
yoryer committed Mar 3, 2022
2 parents 82f202f + d1b4d84 commit ae3b9cd
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 87 deletions.
152 changes: 76 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"last 2 Chrome versions"
],
"devDependencies": {
"@babel/core": "^7.17.4",
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
Expand All @@ -47,25 +47,25 @@
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/events": "^3.0.0",
"@types/node": "^17.0.18",
"@types/node": "^17.0.21",
"@types/pusher-js": "^4.2.2",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"dotenv-webpack": "^7.1.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsdoc": "^37.9.1",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsdoc": "^37.9.6",
"eslint-plugin-prettier": "^4.0.0",
"fork-ts-checker-webpack-plugin": "^7.2.1",
"git-revision-webpack-plugin": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.4",
"prettier": "^2.5.1",
"typescript": "^4.5.5",
"webpack": "^5.69.0",
"typescript": "^4.6.2",
"webpack": "^5.70.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
Expand Down
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class Client extends EventEmitter implements IClient {
accessToken: string
account: IAccount
transportLib: 'sip.js' | 'jsSIP'
media: IMediaSpec
media?: IMediaSpec
}) {
super()

Expand Down
2 changes: 1 addition & 1 deletion src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface IAccount {
/** Option to accept inbound calls */
acceptInboundCalls?: boolean
/** Recording permissions */
callRecordingEnabled: boolean
callRecordingEnabled?: boolean
}

export interface IClientSetting {
Expand Down

0 comments on commit ae3b9cd

Please sign in to comment.