Merge commit 'cfdbf1bbaff8fbfe0bf8889baafa4d82d2c385be'

This commit is contained in:
Ali 2020-08-11 19:16:05 +02:00
commit c58b4d65d1

View File

@ -99,7 +99,9 @@ typedef NS_ENUM(int32_t, OngoingCallDataSavingWebrtc) {
- (void)setOnFirstFrameReceived:(void (^ _Nullable)(float))onFirstFrameReceived;
- (void)setOnOrientationUpdated:(void (^ _Nullable)(OngoingCallVideoOrientationWebrtc))onOrientationUpdated;
- (void)setOnIsMirroredUpdated:(void (^ _Nullable)(bool))onIsMirroredUpdated;
#ifdef WEBRTC_MAC
- (void)setVideoContentMode:(CALayerContentsGravity _Nonnull )mode;
#endif
@end
@interface OngoingCallThreadLocalContextVideoCapturer : NSObject