mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-04-18 07:04:03 +03:00
* groupCall: add configuration param to allow no audio and no camera * groupCall: enable datachannel to do no media group calls * groupCall: changed call no media property as object property * groupCall: fix existing unit tests * groupCall: remove not needed flag * groupCall: rename property to allow no media calls * groupCall: mute unmute even without device * groupCall: switch to promise callbacks * groupCall: switch to try catch * test: filter dummy code from coverage * test: extend media mute tests * groupCall: move permission check to device handler * mediaHandler: add error in log statement
23 lines
252 B
Plaintext
23 lines
252 B
Plaintext
/_docs
|
|
.DS_Store
|
|
|
|
node_modules
|
|
/.npmrc
|
|
/*.log
|
|
package-lock.json
|
|
.lock-wscript
|
|
build/Release
|
|
coverage
|
|
lib-cov
|
|
out
|
|
/dist
|
|
/lib
|
|
|
|
# version file and tarball created by `npm pack` / `yarn pack`
|
|
/git-revision.txt
|
|
/matrix-js-sdk-*.tgz
|
|
|
|
.vscode
|
|
.vscode/
|
|
.idea/
|