ChatterBox.Client.Universal.Background.Voip.VideoRenderHelper.VideoRenderHelper C# (CSharp) Method

VideoRenderHelper() public method

public VideoRenderHelper ( ) : ChatterBox.Client.Common.Communication.Voip
return ChatterBox.Client.Common.Communication.Voip
        public VideoRenderHelper()
        {
            // Pipe the event
            _renderer.RenderFormatUpdate += (a, b, c, d) => RenderFormatUpdate(a, b, c, d);
        }