IrisRtcSdkStreamType Constants Reference
Declared in | IrisRtcStream.h |
---|
IrisRtcSdkStreamType
These constants indicate the type of stream that can be created using the stream API.
Definition
typedef NS_ENUM(NSUInteger, IrisRtcSdkStreamType ) {
kStreamTypeVideo,
kStreamTypeAudio,
kStreamTypeVideoOnly,
};
Constants
kStreamTypeVideo
-
Indicates that both audio (microphone) and video (camera) will be used by the stream as an input.
Declared In
IrisRtcStream.h
. kStreamTypeAudio
-
Indicates that only audio (microphone) will be used by the stream as an input.
Declared In
IrisRtcStream.h
. kStreamTypeVideoOnly
-
Indicates that only video (camera) will be used by the stream as an input.
Declared In
IrisRtcStream.h
.
Declared In
IrisRtcStream.h