* add timestamp on getall response
* use timestamp
* remove unused code
* fix newman test
* update package lock
* use same datetime and include sametime by fromtime
* permit change interval on signaling class
* fix test
* fix
* fix: Fix timed out sessions collecting in signaling server
* chore: Fix irregular whitespace
* test: Add test for stopping signaling and checking for timed out sessions
* chore: fix build error
* test: Fix breaks due to changing mock signaling
* test: Fix test failiure
For checkSessionId, there was a bug where it wasn't using the map syntax for setting the value.
Due to this, _checkDeletedSession wouldn't check if sessions were timedout.
In addition, posting offers after a connection was established would replace the connectionPair.
When the connectionPair is replaced, the code that checks for deleted sessions would no longer be checking the timedout session.
Resending offers occur if a PeerConnection goes into the disconnected state.
* update dependencies packages
* fix parse command line option
* enable esmodule on jest
* define webapp client test job on yamato
* define signaling handler on server
* setup server test
* add jest-websocket-mock
* fix handler argument
* implement basic test for http/wbsocket signaling handler
* fix lint
* fix tsconfig.json
* change linux vm image for webapp job
* fix jest command for win
* fix upm-ci-webapp.yml
* wait more time for running test server
* make client directory for webapp
* add cross env for client test
* fix httphandler on private mode
* fix review
* implement perfect negotiation on webserver
* fix http/websocket signaling process on unity
* fix and add test
* fix offer process on webserver
* fix furioos signaling on offer
* skip swap transciver test on windows player
* remove onfoundconnection event
* remove readyotherpeer propety from onconnect
* invoke OnReadyOtherConnection onOffer
* use ResendOffer instead of OnReadyOtherPeer
* fix webapp test
* update package.json
* create options class
* create config.js
* display config on toppage
* add warning each page
* fix review
* change endpoint name to config
* add test for config
* fix asset path for packing
* fix bidirectional webclient sample
* auto generate videoplayer connectionid
* manage offer/answer with sessionid
* add test not receive own offer/answer
* fix offer flatten
* not response own offer on public mode
* fix web app test
* fix log
* added filter to ignore old requests from signaling server
* added filter to ignore old messages from signaling server on JS scripts
* Added DateTimeExtension class