Skip to content

Commit e090643

Browse files
committed
Fix constants
1 parent 26a7845 commit e090643

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Sources/LiveKit/DataStream/Outgoing/OutgoingStreamManager.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17+
import Dispatch
1718
import Foundation
1819

1920
/// Manages state of outgoing data streams.

Tests/LiveKitTests/DataStream/ByteStreamInfoTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17+
import Dispatch
1718
@testable import LiveKit
1819
import XCTest
1920

Tests/LiveKitTests/DataStream/TextStreamInfoTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17+
import Dispatch
1718
@testable import LiveKit
1819
import XCTest
1920

0 commit comments

Comments
 (0)