Suggestions

close search

StringeeRemoteVideoView

@interface StringeeRemoteVideoView : UIView

Used to render the remote stream.

delegate

A delegate to monitor the change of the video size. When the video size changes, you need caculate the remote view's size to display video correctly.

@property (nonatomic, weak) id delegate;