Skip to content

Commit

Permalink
成果物を更新する
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki Ito committed Dec 14, 2021
1 parent cd90f91 commit 07d452a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dist/sora.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* sora-js-sdk
* WebRTC SFU Sora JavaScript SDK
* @version: 2021.2.0-canary.11
* @version: 2021.2.0
* @author: Shiguredo Inc.
* @license: Apache-2.0
**/
Expand Down Expand Up @@ -1635,7 +1635,7 @@
}
const message = {
type: "connect",
sora_client: "Sora JavaScript SDK 2021.2.0-canary.11",
sora_client: "Sora JavaScript SDK 2021.2.0",
environment: window.navigator.userAgent,
role: role,
channel_id: channelId,
Expand Down Expand Up @@ -4373,7 +4373,7 @@
* @public
*/
version: function () {
return "2021.2.0-canary.11";
return "2021.2.0";
},
/**
* WebRTC のユーティリティ関数群
Expand Down
2 changes: 1 addition & 1 deletion dist/sora.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/sora.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* sora-js-sdk
* WebRTC SFU Sora JavaScript SDK
* @version: 2021.2.0-canary.11
* @version: 2021.2.0
* @author: Shiguredo Inc.
* @license: Apache-2.0
**/
Expand Down Expand Up @@ -1629,7 +1629,7 @@ function createSignalingMessage(offerSDP, role, channelId, metadata, options, re
}
const message = {
type: "connect",
sora_client: "Sora JavaScript SDK 2021.2.0-canary.11",
sora_client: "Sora JavaScript SDK 2021.2.0",
environment: window.navigator.userAgent,
role: role,
channel_id: channelId,
Expand Down Expand Up @@ -4367,7 +4367,7 @@ var sora = {
* @public
*/
version: function () {
return "2021.2.0-canary.11";
return "2021.2.0";
},
/**
* WebRTC のユーティリティ関数群
Expand Down

0 comments on commit 07d452a

Please sign in to comment.