-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/sora-ios-sdk-2022.2.0'
- Loading branch information
Showing
6 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 変更履歴 | ||
|
||
- UPDATE | ||
- 下位互換がある変更 | ||
- ADD | ||
- 下位互換がある追加 | ||
- CHANGE | ||
- 下位互換のない変更 | ||
- FIX | ||
- バグ修正 | ||
|
||
## develop | ||
|
||
## sora-ios-sdk-2022.2.0 | ||
|
||
- [UPDATE] Environment.example.swift に signalingConnectMetadata を追加する | ||
- @miosakuma |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
import Foundation | ||
|
||
enum Environment { | ||
|
||
// 接続するサーバーのシグナリング URL | ||
static let url = URL(string: "wss://sora.example.com/signaling")! | ||
|
||
// チャネル ID | ||
static let channelId = "sora" | ||
|
||
// type: connect に含めるメタデータ | ||
static let signalingConnectMetadata: Encodable? = nil | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters