IrisRtcRendererDelegate Protocol Reference

Conforms to NSObject
Declared in IrisRtcRenderer.h

Overview

The IrisRtcRendererDelegate protocol defines the optional methods implemented by delegates of the IrisRtcRenderer class.

This method is called when size of local or remote videoview changes. The size of view alters due to orientation change

– onVideoSizeChange:size: required method

This method is called when there is change in size coordinates of remote or local video

- (void)onVideoSizeChange:(IrisRtcRenderer *)renderer size:(CGSize)size

Parameters

renderer

Pointer to the renderer object.

size

size coordinates of view.

Discussion

This method is called when there is change in size coordinates of remote or local video

Declared In

IrisRtcRenderer.h