mirror of
https://github.com/HaishinKit/HaishinKit.swift.git
synced 2026-05-07 20:12:28 +00:00
5 lines
60 B
Swift
5 lines
60 B
Swift
public enum RTCStreamKind {
|
|
case audio
|
|
case video
|
|
}
|