Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 485 Bytes

api-diffs-1.3.0.md

File metadata and controls

16 lines (9 loc) · 485 Bytes

PLCameraStreamingKit 1.2.8 to 1.3.0 API Differences

General Headers

PLVideoStreamingConfiguration.h

  • Modified @property (nonatomic, PL_STRONG) NSString *videoQuality; from readonly to readwrite

PLAudioStreamingConfiguration.h

  • Modified @property (nonatomic, PL_STRONG) NSString *audioQuality; from readonly to readwrite

PLCameraStreamingSession.h

  • Added protocol PLStreamingSendingBufferDelegate
  • Added category SendingBuffer