Song Zheng
Song Zheng
1. Added test cases for multiple environments, staging and production. 2. Added test cases for successful p2p connections. 3. Added test cases for archiving SDK: 1. When user calls get_archive_manifest,...
https://tokbox.com/opentok/libraries/client/js/reference/OT.html#initPublisher publisher takes in a property object that defines resolution
creating a publisher and then immediately destroying it results in a crash if there are no session available.
OT.initPublisher("div", {insertMode: "insert/replace"}), in relation to the js api: https://tokbox.com/opentok/libraries/client/js/reference/OT.html#initPublisher
https://tokbox.com/opentok/libraries/client/js/reference/OT.html#events
When creating a publisher, you should be able to specify a resolution: https://tokbox.com/opentok/libraries/client/js/reference/OT.html#initPublisher
Fix @AaronNGray 's PR with @trevoro 's comments.
Closes https://github.com/nvbn/thefuck/issues/1320 Npm error logs has changed:  Without this change, `fuck` will give either an irrelevant script or `no fucks given` message. With...