d
This commit is contained in:
5
Modules/MicX/Mic/src/Mic.C.swift
Normal file
5
Modules/MicX/Mic/src/Mic.C.swift
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
public extension Mic {
|
||||||
|
enum C {
|
||||||
|
static let activityTimeout = 5
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -112,7 +112,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate
|
|||||||
|
|
||||||
func testMic4() {
|
func testMic4() {
|
||||||
delayedSend(2, Mic.K.activeIds, ["1"])
|
delayedSend(2, Mic.K.activeIds, ["1"])
|
||||||
delayedSend(4, Mic.K.activeIds, ["1", "4"])
|
delayedSend(5, Mic.K.activeIds, ["1", "4"])
|
||||||
}
|
}
|
||||||
|
|
||||||
func delayedSend(
|
func delayedSend(
|
||||||
|
|||||||
Reference in New Issue
Block a user