Added public constructor for Address and Device classes. Now Device instance can be created manually and passed into CameraWizard module (useful in cases when CameraSniffer can't detect camera, for example if camera is located on different subnetwork)
v2.2.0
Introduced AudioInput module.
v2.1.1
CameraStreamer:
Constructor don't takes rtspUrlString as input parameter - it can be set at any time now. Streamer will start streaming after rtspUrlString variable set.
FrameDataType structure and FrameData class introduced. They can be used to change CameraStreamer frame's data output type.
Few callbacks added: onBufferTimeChanged; onDurationChanged.
AAC audio format support added (will be determined automatically).
CameraWizard:
Wizard now returns cameraId instead of camera object.
SystemProperties and Camera class removed.
Introduced NuboCamWizard module.
SwiftyJSON framework is not used by MobileSDK anymore, however it still used at Demo app.
Moya framework required version increased from 8.0.3 to 9.0.0